Skip to content

Commit 1427284

Browse files
committed
[DAG] Update lit test.
1 parent f085778 commit 1427284

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

llvm/test/CodeGen/AMDGPU/freeze-binary.ll

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ define float @freeze_fneg(float %input) nounwind {
1212
ret float %z
1313
}
1414

15-
define <8 x float> @freeze_fneg_vec(<8 x float> %input) nounwind {
16-
; CHECK-LABEL: freeze_fneg_vec:
17-
; CHECK: ; %bb.0:
18-
; CHECK-NEXT: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)
19-
; CHECK-NEXT: s_setpc_b64 s[30:31]
20-
%x = fneg <8 x float> %input
21-
%y = freeze <8 x float> %x
22-
%z = fneg <8 x float> %y
23-
ret <8 x float> %z
24-
}
25-
2615
define float @freeze_fadd(float %input) nounwind {
2716
; CHECK-LABEL: freeze_fadd:
2817
; CHECK: ; %bb.0:

0 commit comments

Comments
 (0)