[PATCH] D112940: Add a tool for diffing instruction count + stack size remarks
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 18 16:48:25 PST 2021
thegameg added a comment.
In D112940#3138560 <https://reviews.llvm.org/D112940#3138560>, @paquette wrote:
> 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.
Maybe having python bindings that work with bitstream on top of the C API can make this even easier? Going back to a textual format seems wasteful and won't scale when a lot more remarks are enabled.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112940/new/
https://reviews.llvm.org/D112940
More information about the llvm-commits
mailing list