Add support in TableGen for unknown operands that infer their type from the pattern...
authorChristopher Lamb <christopher.lamb@gmail.com>
Mon, 10 Mar 2008 04:13:41 +0000 (04:13 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Mon, 10 Mar 2008 04:13:41 +0000 (04:13 +0000)
commit620d7412508ae63378462df73d75706f19582646
tree95c06363af08a4b3f5cfbe8321d65c103035a22c
parent9be3c97183f832d084bcf0fab82f7cd8aae08385
Add support in TableGen for unknown operands that infer their type from the pattern their used in. This will be used to allow insert/extract subreg patterns in .td files!

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