llvm-6502/lib/Transforms/Vectorize
2013-07-26 23:07:55 +00:00
..
BBVectorize.cpp
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp Fix an obvious typo in the loop vectorizer where the cost model uses the wrong variable. The variable BlockCost is ignored. 2013-07-22 17:10:48 +00:00
Makefile
SLPVectorizer.cpp SLP Vectorier: Don't vectorize really short chains because they are already handled by the SelectionDAG store-vectorizer, which does a better job in deciding when to vectorize. 2013-07-26 23:07:55 +00:00
Vectorize.cpp