[PATCH] D103225: [AMDGPU] Replace non-kernel function uses of LDS globals by pointers.
Mahesha S via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 3 18:30:15 PDT 2021
hsmhsm marked an inline comment as done.
hsmhsm 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);
----------------
rampitec wrote:
> Should this utility be reviewed an submitted separately since it is a common code?
Pushed new patch at https://reviews.llvm.org/D103661.
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