summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/pr28541.ll
Commit message (Collapse)AuthorAgeFilesLines
* [LoopVectorize] Detect loops in the innermost loop before creating ↵Tim Shen2016-08-121-0/+71
InnerLoopVectorizer InnerLoopVectorizer shouldn't handle a loop with cycles inside the loop body, even if that cycle isn't a natural loop. Fixes PR28541. Differential Revision: https://reviews.llvm.org/D22952 llvm-svn: 278573
OpenPOWER on IntegriCloud