This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Avoid using hardcoded string for module lds name.
AbandonedPublic

Authored by hsmhsm on May 20 2021, 8:00 PM.

Diff Detail

Event Timeline

hsmhsm created this revision.May 20 2021, 8:00 PM
hsmhsm requested review of this revision.May 20 2021, 8:00 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 20 2021, 8:00 PM

Can we have a quick review for this patch? For the "KernelLDSLowering" patch, that I am working on right now, this patch is useful to avoid using hardcoded string again. Also, the wrapper getModuleLDSGlobal() is useful too.

hsmhsm abandoned this revision.May 21 2021, 6:28 AM

Abandoning it for the same reason as in previous patches.