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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 2 10:56:51 PDT 2022


arsenm added inline comments.


================
Comment at: llvm/lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp:1264
+                                             &MF.front())
+           << "------------------------------";
+  });
----------------
Get rid of the ——. It’s not a remark and only kind of makes sense if you are printing these with others 


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