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)
commit21508bf853354343266dbe6d830ff30bed006a68
tree736c70f8ad06c2763d90be5ef3e307e80f48d8b5
parent67f9b377ba636f5cf645b585d6f84ceba286a4ec
SLPVectorizer: Reduce the compile time of the consecutive store lookup.

Process groups of stores in chunks of 16.

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