SLPVectorizer: change the order in which we search for vectorization candidates....
authorNadav Rotem <nrotem@apple.com>
Sun, 14 Jul 2013 06:15:46 +0000 (06:15 +0000)
committerNadav Rotem <nrotem@apple.com>
Sun, 14 Jul 2013 06:15:46 +0000 (06:15 +0000)
commit6611eaa32f7941dd50a3ffe608f3f4a7665dbe91
tree98ec8cdacb4f697d669edd8d13bfd463d83613c0
parent83d63f8a4dca45d1bba13710c26b4173ace58a65
SLPVectorizer: change the order in which we search for vectorization candidates. Do stores first and PHIs second.

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