| commit | 6e979020cdaf41789c0f57d88d2d128def54ab23 | [log] [tgz] |
|---|---|---|
| author | Dan Gohman <gohman@apple.com> | Wed Oct 15 06:17:21 2008 +0000 |
| committer | Dan Gohman <gohman@apple.com> | Wed Oct 15 06:17:21 2008 +0000 |
| tree | 63a7c6e3185f85889e4740bd2e2fb56cffc5a5b6 | |
| parent | 3f399451cde268c6452c23b6bbfb1e63e99a53e0 [diff] |
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. llvm-svn: 57562