[PATCH] D105579: [AMDGPU] Refine -O0 and -O1 passes.

Stanislav Mekhanoshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 7 12:25:03 PDT 2021


rampitec added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUTargetMachine.cpp:982
+  // FIXME: We need to run a pass to propagate the attributes when calls are
+  // supported.
   if (TM->getTargetTriple().getArch() == Triple::amdgcn)
----------------
arsenm wrote:
> The real fixme is we should not be relying on attribute propagation for correctness
I have just moved lost comment. Do you want to change it?


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

https://reviews.llvm.org/D105579



More information about the llvm-commits mailing list