[PATCH] D53142: [VPlan] Script to extract VPlan digraphs from log
Hideki Saito via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 11 12:12:35 PDT 2018
hsaito added a comment.
In https://reviews.llvm.org/D53142#1262181, @rengolin wrote:
> I'm wondering... should we choose between dot and png? Or should we always print the dot file and, upon --png flag, also the png file?
I think either dot or png should be fine, and either can be default. If anyone need both, they can run the command twice.
https://reviews.llvm.org/D53142
More information about the llvm-commits
mailing list