diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2016-02-24 17:08:29 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2016-02-24 17:08:29 +0000 |
| commit | 34ad6b32ee50ca194bab69df8811ecd04059c7a4 (patch) | |
| tree | a787984ec541252d5931b400cef084e615e7092e /llvm/test/Transforms/InstCombine/bitcast.ll | |
| parent | 971d31be6f643dd551c8e88fe5989adf98dfe677 (diff) | |
| download | bcm5719-llvm-34ad6b32ee50ca194bab69df8811ecd04059c7a4.tar.gz bcm5719-llvm-34ad6b32ee50ca194bab69df8811ecd04059c7a4.zip | |
remove fixme comment that was fixed with r261750
llvm-svn: 261752
Diffstat (limited to 'llvm/test/Transforms/InstCombine/bitcast.ll')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/bitcast.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/bitcast.ll b/llvm/test/Transforms/InstCombine/bitcast.ll index c29f4edbc06..c32b6e3eb78 100644 --- a/llvm/test/Transforms/InstCombine/bitcast.ll +++ b/llvm/test/Transforms/InstCombine/bitcast.ll @@ -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> |

