[PATCH] D91516: [AMDGPU] Replace uses of LDS globals within non-kernel functions by pointers.
Jon Chesterfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 23 00:46:30 PDT 2021
JonChesterfield added a comment.
This is much more complicated than I expected. Perhaps because it's been written intertwined with the lowering pass, instead of as an optimisation that executes beforehand?
@jdoerfert the transform I think this is intended to do is:
- find a large shared variable used from a function
- ad
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91516/new/
https://reviews.llvm.org/D91516
More information about the llvm-commits
mailing list