[llvm] r261752 - remove fixme comment that was fixed with r261750

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 24 09:08:29 PST 2016


Author: spatel
Date: Wed Feb 24 11:08:29 2016
New Revision: 261752

URL: http://llvm.org/viewvc/llvm-project?rev=261752&view=rev
Log:
remove fixme comment that was fixed with r261750

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

Modified: llvm/trunk/test/Transforms/InstCombine/bitcast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/bitcast.ll?rev=261752&r1=261751&r2=261752&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/bitcast.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/bitcast.ll Wed Feb 24 11:08:29 2016
@@ -16,7 +16,7 @@ define i32 @test1(i64 %a) {
 ; CHECK: ret i32 0
 }
 
-; FIXME: The bitcasts of the operands to the xor can be eliminated.
+; Perform the bitwise logic in the source type of the operands to eliminate bitcasts.
 
 define <2 x i32> @xor_two_vector_bitcasts(<1 x i64> %a, <1 x i64> %b) {
   %t1 = bitcast <1 x i64> %a to <2 x i32>




More information about the llvm-commits mailing list