Work towards the unification of MIR and debug output by printing %stack.0 instead of <fi#0>, and %fixed-stack.0 instead of <fi#-4> (supposing there are 4 fixed stack objects).
Only debug syntax is affected.
Paths
| Differential D41027
[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and debug output ClosedPublic Authored by thegameg on Dec 8 2017, 10:49 AM.
Details Summary Work towards the unification of MIR and debug output by printing %stack.0 instead of <fi#0>, and %fixed-stack.0 instead of <fi#-4> (supposing there are 4 fixed stack objects). Only debug syntax is affected.
Diff Detail
Event TimelineComment Actions LGTM
This revision is now accepted and ready to land.Dec 14 2017, 11:37 AM Closed by commit rL320827: [CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and… (authored by thegameg). · Explain WhyDec 15 2017, 8:34 AM This revision was automatically updated to reflect the committed changes. thegameg marked an inline comment as done.
Revision Contents
Diff 127140 llvm/trunk/include/llvm/CodeGen/MachineOperand.h
llvm/trunk/lib/CodeGen/MIRPrinter.cpp
llvm/trunk/lib/CodeGen/MachineOperand.cpp
llvm/trunk/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/trunk/lib/Target/X86/README-SSE.txt
llvm/trunk/test/CodeGen/AArch64/tailcall_misched_graph.ll
llvm/trunk/test/CodeGen/X86/2010-05-12-FastAllocKills.ll
|