]> granicus.if.org Git - llvm/commit
[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and debug...
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Fri, 15 Dec 2017 16:33:45 +0000 (16:33 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Fri, 15 Dec 2017 16:33:45 +0000 (16:33 +0000)
commit38e881da88fa50d763b25b2fa32c0ce808b15acf
tree715f99064ac12c2cc5e5bcba5e7c9aa3e2932e40
parentbab7762fc59cd5a1171897fdf2524dc1dcf5841c
[CodeGen] Print stack object references as %(fixed-)stack.0 in both MIR and debug output

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.

Differential Revision: https://reviews.llvm.org/D41027

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320827 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineOperand.h
lib/CodeGen/MIRPrinter.cpp
lib/CodeGen/MachineOperand.cpp
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/X86/README-SSE.txt
test/CodeGen/AArch64/tailcall_misched_graph.ll
test/CodeGen/X86/2010-05-12-FastAllocKills.ll