[llvm] [AMDGPU] Use table strategy for LowerModuleLDSPass at O0 (PR #160181)
Jon Chesterfield via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 25 22:49:40 PDT 2025
JonChesterfield wrote:
The different strategies change how variables are accessed but not where they are allocated. This change may improve compile time. It will definitely regress runtime.
If it changes the the reported amount of lds used by any kernel, there is an error in this pass or elsewhere.
https://github.com/llvm/llvm-project/pull/160181
More information about the llvm-commits
mailing list