[PATCH] D40418: [CodeGen] Print noreg as '_' in both MIR and debug output

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 2 02:31:00 PST 2018


thegameg closed this revision.
thegameg added a comment.

By using `printReg` in r319445 we end up with `%noreg`, in MIR and -debug, and `_` is also supported when parsing.


https://reviews.llvm.org/D40418





More information about the llvm-commits mailing list