Teach tblgen about instruction operands that have multiple MachineInstr
authorChris Lattner <sabre@nondot.org>
Sat, 19 Nov 2005 07:05:57 +0000 (07:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Nov 2005 07:05:57 +0000 (07:05 +0000)
commit65303d6bd777b76735ef179870678a1d14671c54
tree19a39382164bd4b4030cd0e85d6bc08cfa0b3bc2
parent6adaf79ad7fd5f3b411e7ff326785891ee47e491
Teach tblgen about instruction operands that have multiple MachineInstr
operands, digging into them to find register values (used on X86).  Patch
by Evan Cheng!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24424 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CodeGenInstruction.h
utils/TableGen/CodeGenTarget.cpp
utils/TableGen/InstrInfoEmitter.cpp