The new isel passes all tests, time to start making it go fast.
authorChris Lattner <sabre@nondot.org>
Wed, 24 Feb 2010 07:06:50 +0000 (07:06 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Feb 2010 07:06:50 +0000 (07:06 +0000)
commit91c6a822baaba3cb2def94224115e57b84805347
treef4dc2be05accba1ccf02ff1c0f3bbf4c7ac26f45
parent95b6b9ae75bce23eb3e536f37a3e1b84fbedc9bb
The new isel passes all tests, time to start making it go fast.
Also add an easy macro at the top of DAGISelEmitter.cpp to enable
it.  Lets see if I can avoid accidentally turning it on :)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97029 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/CMakeLists.txt
utils/TableGen/DAGISelEmitter.cpp
utils/TableGen/DAGISelMatcher.h
utils/TableGen/DAGISelMatcherOpt.cpp [new file with mode: 0644]