implement a new optimization to sink pattern predicates (like isSSE1)
authorChris Lattner <sabre@nondot.org>
Sat, 27 Feb 2010 06:22:57 +0000 (06:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Feb 2010 06:22:57 +0000 (06:22 +0000)
commitd323fd45e3eb5254a423e1ae14250854816a141f
tree48a41c541d72677bfb180c7b25828716fbe066b6
parent4933a373a7abb2f6442beb71c964eb0e97b590dc
implement a new optimization to sink pattern predicates (like isSSE1)
as deeply into the pattern as we can get away with.  In pratice, this
means "all the way to to the emitter code, but not across
ComplexPatterns".  This substantially increases the amount of factoring
we get.

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