take a big step to making aliases more general and less of a hack:
authorChris Lattner <sabre@nondot.org>
Thu, 4 Nov 2010 00:43:46 +0000 (00:43 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Nov 2010 00:43:46 +0000 (00:43 +0000)
commit1d13bda737bad3e0cea28cbd65a221ab27abdb9b
treea640bf087f911abc26fcc3a86dc9e16a3f63aa7e
parent8c42f48d023c4b9164b3c39ad0513b53f1cc1e91
take a big step to making aliases more general and less of a hack:
now matchables contain an explicit list of how to populate each
operand in the result instruction instead of having them somehow
magically be correlated to the input inst.

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