summaryrefslogtreecommitdiffstats
path: root/lib/Bitcode/Reader/CMakeLists.txt
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-01-19 13:57:58 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-01-19 13:57:58 +0000
commit1af132dcf3c9fd87ac8ad0c103e74ef3f8a0bae6 (patch)
treefa145c9a97e7d47d32e2188048f1836f1a19895a /lib/Bitcode/Reader/CMakeLists.txt
parentba9586544164e69754039a25cb0ef7907d27382d (diff)
downloadexternal_llvm-1af132dcf3c9fd87ac8ad0c103e74ef3f8a0bae6.zip
external_llvm-1af132dcf3c9fd87ac8ad0c103e74ef3f8a0bae6.tar.gz
external_llvm-1af132dcf3c9fd87ac8ad0c103e74ef3f8a0bae6.tar.bz2
LoopVectorizer: Emit memory checks into their own basic block.
This separates the check for "too few elements to run the vector loop" from the "memory overlap" check, giving a lot nicer code and allowing to skip the memory checks when we're not going to execute the vector code anyways. We still leave the decision of whether to emit the memory checks as branches or setccs, but it seems to be doing a good job. If ugly code pops up we may want to emit them as separate blocks too. Small speedup on MultiSource/Benchmarks/MallocBench/espresso. Most of this is legwork to allow multiple bypass blocks while updating PHIs, dominators and loop info. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172902 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Bitcode/Reader/CMakeLists.txt')
0 files changed, 0 insertions, 0 deletions