llvm-6502/lib/Transforms/Vectorize
Hongbin Zheng bef377b7d7 Introduce the VectorizeConfig class, with which we can control the behavior
of the BBVectorizePass without using command line option. As pointed out
  by Hal, we can ask the TargetLoweringInfo for the architecture specific
  VectorizeConfig to perform vectorizing with architecture specific
  information.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154096 91177308-0d34-0410-b5e6-96231b3b80d8
2012-04-05 15:46:55 +00:00
..
BBVectorize.cpp Introduce the VectorizeConfig class, with which we can control the behavior 2012-04-05 15:46:55 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile
Vectorize.cpp