SLPVectorizer: Reduce the compile time of the consecutive store lookup.
authorNadav Rotem <nrotem@apple.com>
Tue, 16 Jul 2013 15:25:17 +0000 (15:25 +0000)
committerNadav Rotem <nrotem@apple.com>
Tue, 16 Jul 2013 15:25:17 +0000 (15:25 +0000)
commit26bf9a0c75beda69ad123bee0702af32e9ca13cb
tree57e86dc69934ba67bada87020cf103c0f1e293d9
parent63cc9467af2bf66768221e1b4ab427b671983632
SLPVectorizer: Reduce the compile time of the consecutive store lookup.

Process groups of stores in chunks of 16.

llvm-svn: 186420
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp