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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 22 14:47:21 PDT 2017


Author: ctopper
Date: Fri Sep 22 14:47:20 2017
New Revision: 314030

URL: http://llvm.org/viewvc/llvm-project?rev=314030&view=rev
Log:
[InstCombine] Remove a FIXME from a test that was fixed in r314025.

Modified:
    llvm/trunk/test/Transforms/InstCombine/icmp-add.ll

Modified: llvm/trunk/test/Transforms/InstCombine/icmp-add.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/icmp-add.ll?rev=314030&r1=314029&r2=314030&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/icmp-add.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/icmp-add.ll Fri Sep 22 14:47:20 2017
@@ -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>




More information about the llvm-commits mailing list