[PATCH] D123878: [AMDGPU] Add remarks to output some resource usage

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 16:02:13 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp:511
 
+  ORE->emit([&]() {
+    return MachineOptimizationRemarkAnalysis(
----------------
Needs to skip this whole block if !ORE? Also should move all of this to a separate function


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123878



More information about the llvm-commits mailing list