forked from OSchip/llvm-project
remove fixme comment that was fixed with r261750
llvm-svn: 261752
This commit is contained in:
parent
971d31be6f
commit
34ad6b32ee
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue