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:
parent
327dbdbacc
commit
7889014853
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user