OSDN Git Service

[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and debug...
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>
Wed, 13 Dec 2017 10:30:59 +0000 (10:30 +0000)
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>
Wed, 13 Dec 2017 10:30:59 +0000 (10:30 +0000)
commitd347e9783d50a8cf05802144830a5f3da7aedc32
treec180ae5286e5711953d637bf54a9fc306cab82c7
parent2b16863067fa1f188f616f80ab6ea23e7d1cb7c1
[CodeGen] Print jump-table index operands as %jump-table.0 in both MIR and debug output

Work towards the unification of MIR and debug output by printing `%jump-table.0` instead of `<jt#0>`.

Only debug syntax is affected.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320566 91177308-0d34-0410-b5e6-96231b3b80d8
docs/MIRLangRef.rst
include/llvm/CodeGen/MachineJumpTableInfo.h
lib/CodeGen/MIRPrinter.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/MachineOperand.cpp
test/CodeGen/AArch64/max-jump-table.ll
test/CodeGen/AArch64/min-jump-table.ll
unittests/CodeGen/MachineOperandTest.cpp