Add support for having multiple predicates on a TreePatternNode.
authorDan Gohman <gohman@apple.com>
Wed, 15 Oct 2008 06:17:21 +0000 (06:17 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 15 Oct 2008 06:17:21 +0000 (06:17 +0000)
commit0540e17788f0d09d784fb9bd9b354e02f1c5e4a4
tree8051040c19507c9fe7a77c99bfa4ca712115a869
parent740e709d0df1ffc234be28039502442745c82de7
Add support for having multiple predicates on a TreePatternNode.
This will allow predicates to be composed, which will allow the
predicate definitions to become less redundant, and eventually
will allow DAGISelEmitter.cpp to emit less redundant code.

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