summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/loop-data-prefetch-inner.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Prefetching should also consider depth > 1 loopsHal Finkel2015-04-101-0/+66
Iterating over loops from the LoopInfo instance only provides top-level loops. We need to search the whole tree of loops to find the inner ones. llvm-svn: 234603
OpenPOWER on IntegriCloud