[PATCH] D133422: [amdgpu] Expand all ConstantExpr users of LDS variables in instructions

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 01:46:06 PST 2022


foad added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPULowerModuleLDSPass.cpp:160
+    //         if (constantExprUsesLDS(Op))
+    //           replaceConstantExprInFunction(I, Op);
+
----------------
What is replaceConstantExprInFunction?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133422



More information about the llvm-commits mailing list