[PATCH] D41116: [CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and debug output
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 02:42:19 PST 2017
thegameg added a comment.
I went ahead and committed also:
- r320566 <https://reviews.llvm.org/rL320566>: [CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and debug info
- r320565 <https://reviews.llvm.org/rL320565>: [CodeGen] Print target index operands as target-index(target-specific) + 8 in both MIR and debug info
which are pretty similar.
Repository:
rL LLVM
https://reviews.llvm.org/D41116
More information about the llvm-commits
mailing list