summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/miniters.ll
Commit message (Collapse)AuthorAgeFilesLines
* The patch replace the overflow check in loop vectorization with the minimum ↵Wei Mi2015-08-251-0/+45
loop iterations check. The loop minimum iterations check below ensures the loop has enough trip count so the generated vector loop will likely be executed, and it covers the overflow check. Differential Revision: http://reviews.llvm.org/D12107. llvm-svn: 245952
OpenPOWER on IntegriCloud