[PATCH] D61494: AMDGPU: Write LDS objects out as global symbols in code generation
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 18 16:40:56 PDT 2019
arsenm accepted this revision.
arsenm added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Target/AMDGPU/SIInstructions.td:1144-1147
+def : GCNPat <
+ (SIlds tglobaladdr:$ga),
+ (S_MOV_B32 $ga)
+>;
----------------
I would be surprised this is ever useful, but it's fine
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