1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00

[InstCombine] Remove a FIXME from a test that was fixed in r314025.

llvm-svn: 314030
This commit is contained in:
Craig Topper 2017-09-22 21:47:20 +00:00
parent 327dbdbacc
commit 7889014853

View File

@ -168,7 +168,6 @@ define i1 @nsw_sgt1(i8 %a) {
ret i1 %c
}
; FIXME: This should be 'eq 127' as above.
define <2 x i1> @nsw_sgt1_splat_vec(<2 x i8> %a) {
; CHECK-LABEL: @nsw_sgt1_splat_vec(
; CHECK-NEXT: [[C:%.*]] = icmp eq <2 x i8> [[A:%.*]], <i8 127, i8 127>