@@ -24,7 +24,7 @@ define <4 x float>@test_var_maskz(<4 x float> %v0, <4 x float> %v1, <4 x float>
24
24
ret < 4 x float > %res
25
25
}
26
26
27
- ; FIXME: we should just return %xmm0 here.
27
+ ; just return %xmm0 here.
28
28
define <4 x float >@test_const0_mask (<4 x float > %v0 , <4 x float > %v1 , <4 x float > %v2 ) {
29
29
; CHECK-LABEL: test_const0_mask:
30
30
; 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
33
33
ret < 4 x float > %res
34
34
}
35
35
36
- ; FIXME: we should zero the lower element of xmm0 and return it.
36
+ ; zero the lower element of xmm0 and return it.
37
37
define <4 x float >@test_const0_maskz (<4 x float > %v0 , <4 x float > %v1 , <4 x float > %v2 ) {
38
38
; CHECK-LABEL: test_const0_maskz:
39
39
; 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
44
44
ret < 4 x float > %res
45
45
}
46
46
47
- ; FIXME: we should just return %xmm0 here.
47
+ ; just return %xmm0 here.
48
48
define <4 x float >@test_const2_mask (<4 x float > %v0 , <4 x float > %v1 , <4 x float > %v2 ) {
49
49
; CHECK-LABEL: test_const2_mask:
50
50
; 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
53
53
ret < 4 x float > %res
54
54
}
55
55
56
- ; FIXME: we should zero the lower element of xmm0 and return it.
56
+ ; zero the lower element of xmm0 and return it.
57
57
define <4 x float >@test_const2_maskz (<4 x float > %v0 , <4 x float > %v1 , <4 x float > %v2 ) {
58
58
; CHECK-LABEL: test_const2_maskz:
59
59
; CHECK: ## %bb.0:
0 commit comments