[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
Wed Nov 17 12:45:18 PST 2021
paquette added a comment.
I was thinking about keeping it focused on instruction count as the most important metric, with a greppable output to start.
I think it could be generalized though. I think that a really important next step for this is to have a machine-consumable output mode (e.g. JSON) which could have custom views built around it.
Theoretically, this greppable output could be changed into a custom view which is built from the, say, JSON.
I guess that once we have a machine-consumable output, there's really no reason to say that instruction count would be the most important thing.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112940/new/
https://reviews.llvm.org/D112940
More information about the llvm-commits
mailing list