[PATCH] D76868: [AMDGPU] Propagate amdgpu-waves-per-eu to callees

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 14:42:14 PDT 2020


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUPropagateAttributes.cpp:173
 // pipeline.
 class AMDGPUPropagateAttributesLate : public ModulePass {
   const TargetMachine *TM;
----------------
This should probably be an SCC pass, and use the Attributor


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

https://reviews.llvm.org/D76868





More information about the llvm-commits mailing list