llvm-6502/lib/Transforms/Vectorize
Hal Finkel 768edf3cd0 Allow controlling vectorization of boolean values separately from other integer types.
These are used as the result of comparisons, and often handled differently from larger integer types.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159111 91177308-0d34-0410-b5e6-96231b3b80d8
2012-06-24 13:28:01 +00:00
..
BBVectorize.cpp Allow controlling vectorization of boolean values separately from other integer types. 2012-06-24 13:28:01 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile
Vectorize.cpp