summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Hexagon/hwloop-recursion.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Hexagon] Check for underflow/wrap in hardware loop passBrendon Cahoon2015-05-141-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
OpenPOWER on IntegriCloud