1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Transforms/Vectorize
Hal Finkel 1a95e36a7d 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.

llvm-svn: 149595
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