remove fixme comment that was fixed with r261750

llvm-svn: 261752
This commit is contained in:
Sanjay Patel 2016-02-24 17:08:29 +00:00
parent 971d31be6f
commit 34ad6b32ee
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ define i32 @test1(i64 %a) {
; CHECK: ret i32 0 ; 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) { 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> %t1 = bitcast <1 x i64> %a to <2 x i32>