[PATCH] D103225: [AMDGPU] Replace non-kernel function uses of LDS globals by pointers.

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 3 13:32:08 PDT 2021


rampitec added inline comments.


================
Comment at: llvm/include/llvm/IR/ReplaceConstant.h:31
+/// such converted instructions at \p Insts.
+void convertConstantExprsToInstructions(Instruction *I, ConstantExpr *CE,
+                                        SmallPtrSetImpl<Instruction *> &Insts);
----------------
Should this utility be reviewed an submitted separately since it is a common code?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103225



More information about the llvm-commits mailing list