]> granicus.if.org Git - llvm/commitdiff
[InstCombine] Remove a FIXME from a test that was fixed in r314025.
authorCraig Topper <craig.topper@intel.com>
Fri, 22 Sep 2017 21:47:20 +0000 (21:47 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 22 Sep 2017 21:47:20 +0000 (21:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314030 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/icmp-add.ll

index c9e13717f29b996267697f2f76150a4c3e0b4814..ec2fd13315e717f5bd0f0fcd04906a8651beab68 100644 (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>