Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reapplying r278731 after fixing the problem that caused it to be reverted. | David L Kreitzer | 2016-09-16 | 1 | -0/+62 |
| | | | | | | | | | | Enhance SCEV to compute the trip count for some loops with unknown stride. Patch by Pankaj Chawla Differential Revision: https://reviews.llvm.org/D22377 llvm-svn: 281732 | ||||
* | Revert "Enhance SCEV to compute the trip count for some loops with unknown ↵ | Reid Kleckner | 2016-08-16 | 1 | -54/+0 |
| | | | | | | | | stride." This reverts commit r278731. It caused http://crbug.com/638314 llvm-svn: 278853 | ||||
* | Enhance SCEV to compute the trip count for some loops with unknown stride. | David L Kreitzer | 2016-08-15 | 1 | -0/+54 |
Patch by Pankaj Chawla Differential Revision: https://reviews.llvm.org/D22377 llvm-svn: 278731 |