llvm-6502/lib/Transforms/Vectorize
Nadav Rotem b1bf1eeede Add support for memory runtime check. When we can, we calculate array bounds.
If the arrays are found to be disjoint then we run the vectorized version of
the loop. If they are not, we run the scalar code.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167608 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-09 07:09:44 +00:00
..
BBVectorize.cpp BBVectorize: Use target costs for incoming and outgoing values instead of the depth heuristic. 2012-11-01 21:50:12 +00:00
CMakeLists.txt Add a loop vectorizer. 2012-10-17 18:25:06 +00:00
LLVMBuild.txt
LoopVectorize.cpp Add support for memory runtime check. When we can, we calculate array bounds. 2012-11-09 07:09:44 +00:00
Makefile
Vectorize.cpp Add a loop vectorizer. 2012-10-17 18:25:06 +00:00