[PATCH] D40420: [CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 09:30:35 PST 2017
qcolombet added a comment.
This is a personal taste, but I find %0 less obvious than %vreg0.
I.e., I would be against this change and I would rather change the dump of .mir.
https://reviews.llvm.org/D40420
More information about the llvm-commits
mailing list