================
@@ -2275,6 +2288,10 @@ void
AMDGPUCodeGenPassBuilder::addIRPasses(PassManagerWrapper &PMW) const {
if (EnableLowerModuleLDS)
addModulePass(AMDGPULowerModuleLDSPass(TM), PMW);
+ // Lay out "VGPR as memory" (addrspace(13)) globals into a shared register
+ // file (see the legacy pipeline above for details).
----------------
doru1004 wrote:
Done
https://github.com/llvm/llvm-project/pull/205435
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits