llvm-6502/lib/Transforms/Vectorize
Nadav Rotem bd28f5c856 Refactor 'vectorizeLoop' no functionality change.
This patch merges LoopVectorize of InnerLoopVectorizer and InnerLoopUnroller by adding checks for VF=1. This helps in erasing the Unroller code that is almost identical to the InnerLoopVectorizer code.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189391 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-27 18:52:47 +00:00
..
BBVectorize.cpp BBVectorize: Add initial stores to the write set when tracking uses 2013-08-13 23:34:32 +00:00
CMakeLists.txt
LLVMBuild.txt
LoopVectorize.cpp Refactor 'vectorizeLoop' no functionality change. 2013-08-27 18:52:47 +00:00
Makefile
SLPVectorizer.cpp Fix inserting instructions before last in bundle. 2013-08-26 23:08:37 +00:00
Vectorize.cpp