llvm-6502/lib/Transforms/Vectorize
Nadav Rotem f0d19bd129 Add support for reverse induction variables. For example:
while (i--)
 sum+=A[i];



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169752 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-10 19:25:06 +00:00
..
BBVectorize.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
CMakeLists.txt Add a loop vectorizer. 2012-10-17 18:25:06 +00:00
LLVMBuild.txt
LoopVectorize.cpp Add support for reverse induction variables. For example: 2012-12-10 19:25:06 +00:00
Makefile
Vectorize.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00