Skip to content

Commit d1642fb

Browse files
author
ctopper
committed
[InstCombine] Remove a FIXME from a test that was fixed in r314025.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314030 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent fe91376 commit d1642fb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/Transforms/InstCombine/icmp-add.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ define i1 @nsw_sgt1(i8 %a) {
168168
ret i1 %c
169169
}
170170

171-
; FIXME: This should be 'eq 127' as above.
172171
define <2 x i1> @nsw_sgt1_splat_vec(<2 x i8> %a) {
173172
; CHECK-LABEL: @nsw_sgt1_splat_vec(
174173
; CHECK-NEXT: [[C:%.*]] = icmp eq <2 x i8> [[A:%.*]], <i8 127, i8 127>

0 commit comments

Comments
 (0)