Skip to content

Commit 70046cd

Browse files
authored
AMDGPU: Remove the dot4 test in insert-delay-alu-wmma-xdl.mir, NFC (#149375)
This is irrelevant, and caused a failure in downstream. Fixes: SWDEV-544025
1 parent be3d614 commit 70046cd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

llvm/test/CodeGen/AMDGPU/insert-delay-alu-wmma-xdl.mir

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,3 @@ body: |
6565
$vgpr12 = V_EXP_F32_e32 $vgpr12, implicit $exec, implicit $mode
6666
$vgpr13 = V_ADD_U32_e32 $vgpr13, $vgpr8, implicit $exec
6767
...
68-
69-
---
70-
name: dot_xdl_dep_2
71-
tracksRegLiveness: true
72-
body: |
73-
bb.0:
74-
; CHECK-LABEL: {{^}}dot_xdl_dep_2:
75-
; CHECK: %bb.0:
76-
; CHECK-NEXT: v_dot4_i32_iu8 v0, s2, s3, v0 neg_lo:[1,1,0]
77-
; CHECK-NEXT: v_dot4_i32_iu8 v1, s2, s3, v2 neg_lo:[1,1,0]
78-
; CHECK-NEXT: s_delay_alu instid0(VALU_DEP_2)
79-
; CHECK-NEXT: v_add_nc_u32_e32 v2, v0, v0
80-
liveins: $vgpr0, $sgpr2, $sgpr3, $vgpr0, $vgpr1, $vgpr2
81-
$vgpr0 = V_DOT4_I32_IU8 9, $sgpr2, 9, $sgpr3, 8, $vgpr0, 0, 0, 0, implicit $exec
82-
$vgpr1 = V_DOT4_I32_IU8 9, $sgpr2, 9, $sgpr3, 8, $vgpr2, 0, 0, 0, implicit $exec
83-
$vgpr2 = V_ADD_U32_e32 $vgpr0, $vgpr0, implicit $exec
84-
...

0 commit comments

Comments
 (0)