llvm-6502/lib/Transforms/Vectorize
Nadav Rotem 7d180ac7b6 SLPVectorizer: start constructing chains at stores that are not power of two.
The type <3 x i8> is a common in graphics and we want to be able to vectorize it.

This changes accelerates bullet by 12% and 471_omnetpp by 5%.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184317 91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-19 15:57:29 +00:00
..
BBVectorize.cpp
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp Fix for a regression caused by the LoopVectorizer when 2013-06-17 18:49:06 +00:00
Makefile
SLPVectorizer.cpp
Vectorize.cpp
VecUtils.cpp SLPVectorizer: start constructing chains at stores that are not power of two. 2013-06-19 15:57:29 +00:00
VecUtils.h Document the return value and fix a typo. 2013-06-19 05:47:33 +00:00