[PATCH] D144233: [WIP][amdgpu] Implement dynamic LDS accesses from non-kernel functions
Jon Chesterfield via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 25 02:23:15 PST 2023
JonChesterfield planned changes to this revision.
JonChesterfield added a comment.
Needs to be rebased on D144221 <https://reviews.llvm.org/D144221>
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUMachineFunction.cpp:214
+
+ // If there is a dynamic LDS variable associated with this function, update it
+ // whenever changing the address of dynamic LDS, aka when calling this
----------------
@arsenm this hooks the same absolute_symbol machinery implemented in D144221 to allow building a table out of dynamic lds addresses in the assembler
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144233/new/
https://reviews.llvm.org/D144233
More information about the llvm-commits
mailing list