Skip to content

Commit 8b8cbe9

Browse files
committed
[X86] avx512-scalar_mask.ll - remove old FIXME comments
These were addressed by 034adf2
1 parent 251a43e commit 8b8cbe9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/CodeGen/X86/avx512-scalar_mask.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
2828
define <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.
3737
define <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.
4848
define <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.
5757
define <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

Comments
 (0)