1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/Transforms
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
..
Hello
InstCombine SwitchInst refactoring. 2012-02-01 07:49:51 +00:00
Instrumentation Revert Chris' commits up to r149348 that started causing VMCoreTests unit test to fail. 2012-02-01 04:51:17 +00:00
IPO SwitchInst refactoring. 2012-02-01 07:49:51 +00:00
Scalar SwitchInst refactoring. 2012-02-01 07:49:51 +00:00
Utils SwitchInst refactoring. 2012-02-01 07:49:51 +00:00
Vectorize Vectorize long blocks in groups. 2012-02-02 06:14:56 +00:00
CMakeLists.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
LLVMBuild.txt Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00
Makefile Add a basic-block autovectorization pass. 2012-02-01 03:51:43 +00:00