diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2018-03-01 16:28:32 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2018-03-01 16:28:32 +0000 |
| commit | d696e93cb610f688acb19e142aa6adb94da3dc97 (patch) | |
| tree | 2f023c8b3e956c6969ebbde60d06eeedda0e56b4 /llvm/test | |
| parent | e894e0ff6f43c000f60f6a073c377aacffc857fc (diff) | |
| download | bcm5719-llvm-d696e93cb610f688acb19e142aa6adb94da3dc97.tar.gz bcm5719-llvm-d696e93cb610f688acb19e142aa6adb94da3dc97.zip | |
[InstCombine] remove stale comments for tests; NFC
llvm-svn: 326448
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/vec_demanded_elts.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/Transforms/InstCombine/vec_demanded_elts.ll b/llvm/test/Transforms/InstCombine/vec_demanded_elts.ll index 318df6cf76c..7f24d9d1b62 100644 --- a/llvm/test/Transforms/InstCombine/vec_demanded_elts.ll +++ b/llvm/test/Transforms/InstCombine/vec_demanded_elts.ll @@ -131,7 +131,6 @@ define <4 x float> @test_select(float %f, float %g) { } ; Check that instcombine doesn't wrongly fold away the select completely. -; TODO: Should this be an insertelement rather than a shuffle? define <2 x i64> @PR24922(<2 x i64> %v) { ; CHECK-LABEL: @PR24922( @@ -187,8 +186,6 @@ define <4 x i32> @inselt_shuf_no_demand_multiuse(i32 %a0, i32 %a1, <4 x i32> %b) ret <4 x i32> %shuffle } -; FIXME: We should be able to look past the bogus use of 'out12' and kill 'out1'. - define <4 x float> @inselt_shuf_no_demand_bogus_insert_index_in_chain(float %a1, float %a2, float %a3, i32 %variable_index) { ; CHECK-LABEL: @inselt_shuf_no_demand_bogus_insert_index_in_chain( ; CHECK-NEXT: [[OUT12:%.*]] = insertelement <4 x float> undef, float [[A2:%.*]], i32 [[VARIABLE_INDEX:%.*]] |

