set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorization...
authorYi Jiang <yjiang@apple.com>
Tue, 24 Sep 2013 17:26:43 +0000 (17:26 +0000)
committerYi Jiang <yjiang@apple.com>
Tue, 24 Sep 2013 17:26:43 +0000 (17:26 +0000)
commit085e23841e9c4f4682385fce456704a5f75f9cdc
tree42aa13050f3a9c44ce4ba443566b45d1298e83d2
parent989779ccc746eb7d7ab4774f25d7a3e1be14923e
set the cost of tiny trees to INT_MAX in SLP vectorizer to disable vectorization on them

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