SLPVectorizer: Improve the compile time of isConsecutive by reordering the conditions...
authorNadav Rotem <nrotem@apple.com>
Fri, 19 Jul 2013 23:11:15 +0000 (23:11 +0000)
committerNadav Rotem <nrotem@apple.com>
Fri, 19 Jul 2013 23:11:15 +0000 (23:11 +0000)
commitdc4ddd32012e93ac13f36e2d2a8c3ee760f44eb4
treef52ea1fb7c5a36b62cd36c600f1f5c35734eb2df
parent272458bd06d0c6d09e9bf776fb60735b0cdc8cf1
SLPVectorizer: Improve the compile time of isConsecutive by reordering the conditions that check GEPs and eliminate two of the calls to accumulateConstantOffset.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186731 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Vectorize/SLPVectorizer.cpp