llvm-6502/lib/Transforms/Vectorize
Hal Finkel 5d4e18bc39 Vectorize long blocks in groups.
Long basic blocks with many candidate pairs (such as in the SHA implementation in Perl 5.14; thanks to Roman Divacky for the example) used to take an unacceptably-long time to compile. Instead, break long blocks into groups so that no group has too many candidate pairs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149595 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-02 06:14:56 +00:00
..
BBVectorize.cpp Vectorize long blocks in groups. 2012-02-02 06:14:56 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile
Vectorize.cpp