summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/loop-prep-all.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Really iterate over all loops in PPCLoopDataPrefetch/PPCLoopPreIncPrepHal Finkel2015-04-121-0/+48
When I fixed these a couple of days ago to iterate over all loops, not just depth == 1 loops, I inadvertently made it such that we'd only look at the first top-level loop. Make sure that we really look at all of them. llvm-svn: 234705
OpenPOWER on IntegriCloud