change CheckOpcodeMatcher to hold the SDNodeInfo instead of
authorChris Lattner <sabre@nondot.org>
Sat, 27 Feb 2010 21:48:43 +0000 (21:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Feb 2010 21:48:43 +0000 (21:48 +0000)
commita230f9623d864450d432bb76c397b0cb35a3437e
tree2be73812f216d3264745af0db51056fe19b32ce6
parent9fa200d2a2360412465bbd6cfb485af2e9d5b1b4
change CheckOpcodeMatcher to hold the SDNodeInfo instead of
the opcode name.  This gives the optimizer more semantic info.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97346 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/DAGISelMatcher.cpp
utils/TableGen/DAGISelMatcher.h
utils/TableGen/DAGISelMatcherEmitter.cpp
utils/TableGen/DAGISelMatcherGen.cpp
utils/TableGen/DAGISelMatcherOpt.cpp