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

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 14 03:10:17 PDT 2022


arsenm added a comment.

In D123878#3506500 <https://reviews.llvm.org/D123878#3506500>, @afanfa wrote:

> If possible, I would like to keep some kind of delimiter. I like the idea of having it at the beginning and at the end of the section. The best option would be to convince clang to print new lines.

But it’s not a section and no actual grouping concept here. You just happen to see this printed in order. Any delimiter should be introduced as a display function, not emitted as part of the remarks themselves


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