summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/ctrloop-i64.ll
Commit message (Collapse)AuthorAgeFilesLines
* Disallow i64 div/rem in PPC32 counter loopsHal Finkel2013-06-071-0/+93
On PPC32, [su]div,rem on i64 types are transformed into runtime library function calls. As a result, they are not allowed in counter-based loops (the counter-loops verification pass caught this error; this change fixes PR16169). llvm-svn: 183581
OpenPOWER on IntegriCloud