[PATCH] D112940: Add a tool for diffing instruction count + stack size remarks

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 09:52:02 PDT 2021


paquette added a comment.

In D112940#3102141 <https://reviews.llvm.org/D112940#3102141>, @jhenderson wrote:

> I've not looked into this patch at all, but my Herald rule got triggered, as I'm subscribed to llvm-size changes. That made me think it would be good if we could pick a different name that isn't going to have a prefix clash with other tools? This will help with some shells auto-completion, if nothing else! I don't have any concrete suggestions, but perhaps `llvm-remarks-diff` or something like that?

Sure.

Not sure if remarks diff works either, since there's already opt-diff etc, which have a slightly different purpose than this tool. I'll think of something though.


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

https://reviews.llvm.org/D112940



More information about the llvm-commits mailing list