Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PowerPC] Prefetching should also consider depth > 1 loops | Hal Finkel | 2015-04-10 | 1 | -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 |