[InstCombine] remove stale comments for tests; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 1 Mar 2018 16:28:32 +0000 (16:28 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 1 Mar 2018 16:28:32 +0000 (16:28 +0000)
llvm-svn: 326448

llvm/test/Transforms/InstCombine/vec_demanded_elts.ll

index 318df6c..7f24d9d 100644 (file)
@@ -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:%.*]]