[AMDGPU] Test clean up (NFC)

This commit is contained in:
Christudasan Devadasan 2021-01-22 12:54:16 +05:30
parent 5660dc5968
commit c971bcd210
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
; so eliminateFrameIndex would not adjust the access to use the ; so eliminateFrameIndex would not adjust the access to use the
; correct FP offset. ; correct FP offset.
define amdgpu_kernel void @local_stack_offset_uses_sp(i64 addrspace(1)* %out, i8 addrspace(1)* %in) { define amdgpu_kernel void @local_stack_offset_uses_sp(i64 addrspace(1)* %out) {
; MUBUF-LABEL: local_stack_offset_uses_sp: ; MUBUF-LABEL: local_stack_offset_uses_sp:
; MUBUF: ; %bb.0: ; %entry ; MUBUF: ; %bb.0: ; %entry
; MUBUF-NEXT: s_load_dwordx2 s[4:5], s[4:5], 0x0 ; MUBUF-NEXT: s_load_dwordx2 s[4:5], s[4:5], 0x0
@ -106,7 +106,7 @@ entry:
ret void ret void
} }
define void @func_local_stack_offset_uses_sp(i64 addrspace(1)* %out, i8 addrspace(1)* %in) { define void @func_local_stack_offset_uses_sp(i64 addrspace(1)* %out) {
; MUBUF-LABEL: func_local_stack_offset_uses_sp: ; MUBUF-LABEL: func_local_stack_offset_uses_sp:
; MUBUF: ; %bb.0: ; %entry ; MUBUF: ; %bb.0: ; %entry
; MUBUF-NEXT: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0) ; MUBUF-NEXT: s_waitcnt vmcnt(0) expcnt(0) lgkmcnt(0)