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)
commitd9f3f4548e50b3468211c9113f6bf91b3788450c
tree1f4aa72c215b3b4b6e62e4205426a650a16a2675
parent84f34be98eaeae73feb441890ca6e58c2094e9a1
SLPVectorizer: change the order in which we search for vectorization candidates. Do stores first and PHIs second.

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