Vectorize long blocks in groups.
authorHal Finkel <hfinkel@anl.gov>
Thu, 2 Feb 2012 06:14:56 +0000 (06:14 +0000)
committerHal Finkel <hfinkel@anl.gov>
Thu, 2 Feb 2012 06:14:56 +0000 (06:14 +0000)
commit5d4e18bc39fea892f523d960213906d296d3cb38
tree552f0aaa95523f22433fec546b118bcef087a39a
parent02e08d5b4d9d368418debaf9ff2b3f07425ee0b6
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
lib/Transforms/Vectorize/BBVectorize.cpp