forked from OSchip/llvm-project
parent
83c7c41bc2
commit
890387289e
|
@ -90,6 +90,7 @@ struct SLPVectorizer : public FunctionPass {
|
||||||
|
|
||||||
// Vectorize trees that end at stores.
|
// Vectorize trees that end at stores.
|
||||||
if (unsigned count = collectStores(BB, R)) {
|
if (unsigned count = collectStores(BB, R)) {
|
||||||
|
(void)count;
|
||||||
DEBUG(dbgs()<<"SLP: Found " << count << " stores to vectorize.\n");
|
DEBUG(dbgs()<<"SLP: Found " << count << " stores to vectorize.\n");
|
||||||
BBChanged |= vectorizeStoreChains(R);
|
BBChanged |= vectorizeStoreChains(R);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue