[PATCH] D61494: AMDGPU: Write LDS objects out as global symbols in code generation
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 7 13:20:30 PDT 2019
nhaehnle marked 2 inline comments as done.
nhaehnle added a comment.
In D61494#1489467 <https://reviews.llvm.org/D61494#1489467>, @arsenm wrote:
> Is it still possible to make use constant addresses in some cases? If there are no calls for example
I'm changing the patch so that the symbols are only generated for globals with external linkage as discussed.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61494/new/
https://reviews.llvm.org/D61494
More information about the llvm-commits
mailing list