[llvm] [AMDGPU] Make AMDGPULowerKernelArguments a module pass (PR #112790)
Austin Kerbow via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 10 13:38:33 PST 2024
================
@@ -83,6 +88,8 @@ define amdgpu_kernel void @preloadremainder_z(ptr addrspace(1) %out) {
ret void
}
+; PRELOAD-NOT: declare {{.*}}@1
----------------
kerbowa wrote:
This doesn't work because of implicit_arg ptr declaration.
https://github.com/llvm/llvm-project/pull/112790
More information about the llvm-commits
mailing list