Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Hexagon] Check for underflow/wrap in hardware loop pass | Brendon Cahoon | 2015-05-14 | 1 | -0/+64 |
If the loop trip count may underflow or wrap, the compiler should not generate a hardware loop since the trip count will be incorrect. llvm-svn: 237365 |