@@ -24,7 +24,7 @@ define <4 x float>@test_var_maskz(<4 x float> %v0, <4 x float> %v1, <4 x float>
2424 ret < 4 x float > %res
2525}
2626
27- ; FIXME: we should just return %xmm0 here.
27+ ; just return %xmm0 here.
2828define <4 x float >@test_const0_mask (<4 x float > %v0 , <4 x float > %v1 , <4 x float > %v2 ) {
2929; CHECK-LABEL: test_const0_mask:
3030; CHECK: ## %bb.0:
@@ -33,7 +33,7 @@ define <4 x float>@test_const0_mask(<4 x float> %v0, <4 x float> %v1, <4 x float
3333 ret < 4 x float > %res
3434}
3535
36- ; FIXME: we should zero the lower element of xmm0 and return it.
36+ ; zero the lower element of xmm0 and return it.
3737define <4 x float >@test_const0_maskz (<4 x float > %v0 , <4 x float > %v1 , <4 x float > %v2 ) {
3838; CHECK-LABEL: test_const0_maskz:
3939; CHECK: ## %bb.0:
@@ -44,7 +44,7 @@ define <4 x float>@test_const0_maskz(<4 x float> %v0, <4 x float> %v1, <4 x floa
4444 ret < 4 x float > %res
4545}
4646
47- ; FIXME: we should just return %xmm0 here.
47+ ; just return %xmm0 here.
4848define <4 x float >@test_const2_mask (<4 x float > %v0 , <4 x float > %v1 , <4 x float > %v2 ) {
4949; CHECK-LABEL: test_const2_mask:
5050; CHECK: ## %bb.0:
@@ -53,7 +53,7 @@ define <4 x float>@test_const2_mask(<4 x float> %v0, <4 x float> %v1, <4 x float
5353 ret < 4 x float > %res
5454}
5555
56- ; FIXME: we should zero the lower element of xmm0 and return it.
56+ ; zero the lower element of xmm0 and return it.
5757define <4 x float >@test_const2_maskz (<4 x float > %v0 , <4 x float > %v1 , <4 x float > %v2 ) {
5858; CHECK-LABEL: test_const2_maskz:
5959; CHECK: ## %bb.0:
0 commit comments