summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/HardwareLoops/loop-guards.ll
Commit message (Collapse)AuthorAgeFilesLines
* [HardwareLoops] Loop counter guard intrinsicSam Parker2019-06-281-0/+339
Introduce llvm.test.set.loop.iterations which sets the loop counter and also produces an i1 after testing that the count is not zero. Differential Revision: https://reviews.llvm.org/D63809 llvm-svn: 364628
OpenPOWER on IntegriCloud