Skip to content
Commit bf56d44c authored by Karthik Bhat's avatar Karthik Bhat
Browse files

Fix PR19657 (scalar loads not combined into vector load)

If we have common uses on separate paths in the tree; process the one with greater common depth first.
This makes sure that we do not assume we need to extract a load when it is actually going to be part of a vectorized tree.

Review: http://reviews.llvm.org/D3800
llvm-svn: 210310
parent 5627ee47
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