llvm-6502/lib/Transforms
Karthik Bhat b73a9b384e 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


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210310 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-06 06:20:08 +00:00
..
Hello [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 02:55:47 +00:00
InstCombine [PPC64LE] Correct vperm -> shuffle transform for little endian 2014-06-05 19:46:04 +00:00
Instrumentation [asancov] Fix coverage line info some more. 2014-06-05 14:34:45 +00:00
IPO Removing spurious dependency of IPO on JumpInstrTables 2014-06-05 19:43:57 +00:00
ObjCARC Add comdat key field to llvm.global_ctors and llvm.global_dtors 2014-05-16 20:39:27 +00:00
Scalar Fixed several correctness issues in SeparateConstOffsetFromGEP 2014-06-05 22:07:33 +00:00
Utils Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
Vectorize Fix PR19657 (scalar loads not combined into vector load) 2014-06-06 06:20:08 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile