[PATCH] D94648: [amdgpu] Implement lower function LDS pass

Jon Chesterfield via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 07:18:56 PDT 2021


JonChesterfield added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp:232
+    SmallPtrSet<GlobalValue *, 32> UsedList;
+    collectUsedGlobalVariables(M, UsedList, true);
+    collectUsedGlobalVariables(M, UsedList, false);
----------------
collectUsedGlobalVariables was removed by a patch following D97128, fixing up.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94648/new/

https://reviews.llvm.org/D94648



More information about the llvm-commits mailing list