[llvm] r326448 - [InstCombine] remove stale comments for tests; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 1 08:28:32 PST 2018
Author: spatel
Date: Thu Mar 1 08:28:32 2018
New Revision: 326448
URL: http://llvm.org/viewvc/llvm-project?rev=326448&view=rev
Log:
[InstCombine] remove stale comments for tests; NFC
Modified:
llvm/trunk/test/Transforms/InstCombine/vec_demanded_elts.ll
Modified: llvm/trunk/test/Transforms/InstCombine/vec_demanded_elts.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/InstCombine/vec_demanded_elts.ll?rev=326448&r1=326447&r2=326448&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/InstCombine/vec_demanded_elts.ll (original)
+++ llvm/trunk/test/Transforms/InstCombine/vec_demanded_elts.ll Thu Mar 1 08:28:32 2018
@@ -131,7 +131,6 @@ define <4 x float> @test_select(float %f
}
; 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_
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:%.*]]
More information about the llvm-commits
mailing list