Work towards the unification of MIR and debug output by printing %const.0 + 8 instead of <cp#0+8> and %const.0 - 8 instead of <cp#-8>.
Only debug syntax is affected.
Paths
| Differential D41116
[CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and debug output ClosedPublic Authored by thegameg on Dec 12 2017, 8:24 AM.
Details Summary Work towards the unification of MIR and debug output by printing %const.0 + 8 instead of <cp#0+8> and %const.0 - 8 instead of <cp#-8>. Only debug syntax is affected.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 12 2017, 6:47 PM Closed by commit rL320564: [CodeGen] Print constant pool index operands as %const.0 + 8 in both MIR and… (authored by thegameg). · Explain WhyDec 13 2017, 2:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 126702 llvm/trunk/docs/MIRLangRef.rst
llvm/trunk/lib/CodeGen/MIRPrinter.cpp
llvm/trunk/lib/CodeGen/MachineOperand.cpp
llvm/trunk/test/CodeGen/ARM/subreg-remat.ll
llvm/trunk/test/CodeGen/X86/2010-05-12-FastAllocKills.ll
llvm/trunk/unittests/CodeGen/MachineOperandTest.cpp
|