Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PowerPC] Really iterate over all loops in PPCLoopDataPrefetch/PPCLoopPreIncPrep | Hal Finkel | 2015-04-12 | 1 | -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 |