summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2018-03-01 16:28:32 +0000
committerSanjay Patel <spatel@rotateright.com>2018-03-01 16:28:32 +0000
commitda8f8e53dfc63ea44358688b794dfda994014dea (patch)
tree98c5993469e9a002209cc78663f7b42a541e4ba9
parent1157fd95465b3e328d5e1a13b2e38c13020c0c13 (diff)
[InstCombine] remove stale comments for tests; NFC
-rw-r--r--llvm/test/Transforms/InstCombine/vec_demanded_elts.ll3
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:%.*]]