From: Craig Topper Date: Fri, 22 Sep 2017 21:47:20 +0000 (+0000) Subject: [InstCombine] Remove a FIXME from a test that was fixed in r314025. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f86324841924102899b9063ccf867f47c0ff52f7;p=llvm [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 --- diff --git a/test/Transforms/InstCombine/icmp-add.ll b/test/Transforms/InstCombine/icmp-add.ll index c9e13717f29..ec2fd13315e 100644 --- a/test/Transforms/InstCombine/icmp-add.ll +++ b/test/Transforms/InstCombine/icmp-add.ll @@ -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:%.*]],