1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/Transforms/SLPVectorizer
Nadav Rotem 1e6246b38c SLPVectorize: Replace the code that checks for vectorization candidates in successor blocks with code that scans PHINodes.
Before we could vectorize PHINodes scanning successors was a good way of finding candidates. Now we can vectorize the phinodes which is simpler.

llvm-svn: 186139
2013-07-12 00:04:18 +00:00
..
X86 SLPVectorize: Replace the code that checks for vectorization candidates in successor blocks with code that scans PHINodes. 2013-07-12 00:04:18 +00:00
lit.local.cfg