summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/ctrloop-asm.ll
Commit message (Collapse)AuthorAgeFilesLines
* Check InlineAsm clobbers in PPCCTRLoopsHal Finkel2013-05-181-0/+38
We don't need to reject all inline asm as using the counter register (most does not). Only those that explicitly clobber the counter register need to prevent the transformation. llvm-svn: 182191
OpenPOWER on IntegriCloud