[PATCH] D76868: [AMDGPU] Propagate amdgpu-waves-per-eu to callees
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 26 14:42:15 PDT 2020
rampitec marked an inline comment as done.
rampitec added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp:173
// pipeline.
class AMDGPUPropagateAttributesLate : public ModulePass {
const TargetMachine *TM;
----------------
arsenm wrote:
> This should probably be an SCC pass, and use the Attributor
Ideally we should move it to LTO, but then we would need to run it always.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76868/new/
https://reviews.llvm.org/D76868
More information about the llvm-commits
mailing list