Skip to content
Commit fa3c2db2 authored by Nadav Rotem's avatar Nadav Rotem
Browse files

SLPVectorize: Replace the code that checks for vectorization candidates in...

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
parent 05b3a8b6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment