Add isRegSequence property.
authorQuentin Colombet <qcolombet@apple.com>
Mon, 11 Aug 2014 22:17:14 +0000 (22:17 +0000)
committerQuentin Colombet <qcolombet@apple.com>
Mon, 11 Aug 2014 22:17:14 +0000 (22:17 +0000)
commit1b425402ebde309aa72e1d2a0564b09d8f1a733b
treec0f688ee71d685ee7bfbf7d268e1251194c9d8af
parent7f4f923aa57ad8d7ed3f84c532b583f590a68a49
Add isRegSequence property.

This patch adds a new property: isRegSequence and the related target hooks:
TargetIntrInfo::getRegSequenceInputs and
TargetInstrInfo::getRegSequenceLikeInputs to specify that a target specific
instruction is a (kind of) REG_SEQUENCE.

<rdar://problem/12702965>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215394 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
include/llvm/MC/MCInstrDesc.h
include/llvm/Target/Target.td
include/llvm/Target/TargetInstrInfo.h
lib/CodeGen/TargetInstrInfo.cpp
utils/TableGen/CodeGenInstruction.cpp
utils/TableGen/CodeGenInstruction.h
utils/TableGen/InstrInfoEmitter.cpp