[llvm] [AMDGPU] Reorganize tests to unblock #112403 (PR #115503)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 8 08:02:17 PST 2024
================
@@ -1483,34 +1471,22 @@ define void @test_call_external_void_func_a15i32_inreg([15 x i32] inreg %arg0) #
; GFX11-NEXT: s_mov_b32 s33, s0
; GFX11-NEXT: s_waitcnt vmcnt(0)
; GFX11-NEXT: s_setpc_b64 s[30:31]
- call void @external_void_func_a15i32_inreg([15 x i32] inreg %arg0)
+ call void @external_void_func_a15i32_inreg([13 x i32] inreg %arg0)
ret void
}
-; FIXME:
----------------
shiltian wrote:
These FIXME has been moved to the new file.
https://github.com/llvm/llvm-project/pull/115503
More information about the llvm-commits
mailing list