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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 7 12:23:53 PDT 2021


arsenm 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)
----------------
The real fixme is we should not be relying on attribute propagation for correctness


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

https://reviews.llvm.org/D105579



More information about the llvm-commits mailing list