Can't trust NodeDepth when checking for possibility of load folding creating
authorEvan Cheng <evan.cheng@apple.com>
Thu, 25 May 2006 20:16:55 +0000 (20:16 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 25 May 2006 20:16:55 +0000 (20:16 +0000)
commit553ef1be94dffdedbc6e1fce9de91f77e5f12b95
treea5b45aa4dd822f0604b82bb783d893bf4962bc40
parent6b5783d0b17abffe6665a95e3168642d5f465cef
Can't trust NodeDepth when checking for possibility of load folding creating
a cycle. This increase the search space and will increase compile time (in
practice it appears to be small, e.g. 176.gcc goes from 62 sec to 65 sec)
that will be addressed later.

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