[llvm-branch-commits] [llvm] [SPIRV][SPIRVPrepareGlobals] Map AMD's dynamic LDS 0-element globals to arrays with UINT32_MAX elements (PR #166952)
Juan Manuel Martinez CaamaƱo via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Nov 10 07:37:01 PST 2025
jmmartinez wrote:
> I'm wondering if you need to change all 0-sized array or not. If so, we might want to centralize the conversion of 0-sized arrays. We could try to move the code that changes them to 1 element arrays here as well.
If you point me to where this is happening I can try to do that too as a follow-up patch.
https://github.com/llvm/llvm-project/pull/166952
More information about the llvm-branch-commits
mailing list