[llvm] AMDGPU: Add test for 16 bit unsigned scratch offsets (PR #110255)
Jay Foad via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 27 09:11:34 PDT 2024
================
@@ -1510,4 +1510,243 @@ bb:
ret void
}
+define amdgpu_gs void @sgpr_base_large_offset(ptr addrspace(1) %out, ptr addrspace(5) inreg %sgpr_base) {
----------------
jayfoad wrote:
We should probably remove this file, and add extra run lines to the other file instead. But that would be a separate patch.
https://github.com/llvm/llvm-project/pull/110255
More information about the llvm-commits
mailing list