[llvm] r279400 - remove FIXME comment; fixed by previous commit

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 21 09:40:42 PDT 2016


Author: spatel
Date: Sun Aug 21 11:40:42 2016
New Revision: 279400

URL: http://llvm.org/viewvc/llvm-project?rev=279400&view=rev
Log:
remove FIXME comment; fixed by previous commit

Modified:
    llvm/trunk/test/Transforms/InstCombine/shift.ll

Modified: llvm/trunk/test/Transforms/InstCombine/shift.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/shift.ll?rev=279400&r1=279399&r2=279400&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/shift.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/shift.ll Sun Aug 21 11:40:42 2016
@@ -605,7 +605,6 @@ define i1 @test33(i32 %X) {
   ret i1 %tmp2
 }
 
-; FIXME: Vectors should fold the same way.
 define <2 x i1> @test33vec(<2 x i32> %X) {
 ; CHECK-LABEL: @test33vec(
 ; CHECK-NEXT:    [[TMP1_MASK:%.*]] = and <2 x i32> %X, <i32 16777216, i32 16777216>




More information about the llvm-commits mailing list