[PATCH] D155187: [RemarkUtil] Add an option to collect remark count information given a list of keys.

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 03:27:30 PDT 2023


thegameg added a comment.

I think having the key as a regex is a bit more flexible, wdyt?

Something like `--keys=`count.*` that also prints the different keys it matched:

  count1,count2,count3,count4,counter
  0,0,0,0,0


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155187



More information about the llvm-commits mailing list