[PATCH] D155125: [amdgpu][lds] Introduce LDS frame size function attribute
Jon Chesterfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 13 06:52:23 PDT 2023
JonChesterfield added a comment.
OK, that seems reasonable. Updating this patch with some documentation for what this is and how it works.
Worth noting that running LowerModuleLDS twice does not currently (and has never) worked, but it could be made to do so. Would be much easier to make running it multiple times safe if the change in this patch was adopted first, there's less state to rewrite.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155125/new/
https://reviews.llvm.org/D155125
More information about the llvm-commits
mailing list