summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/ctrloop-cpsgn.ll
Commit message (Collapse)AuthorAge
* Don't form PPC CTR-based loops around a copysignl callHal Finkel2013-08-19
copysign/copysignf never become function calls (because the SDAG expansion code does not lower to the corresponding function call, but rather directly implements the associated logic), but copysignl almost always is lowered into a call to the requested libm functon (and, thus, might clobber CTR). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188727 91177308-0d34-0410-b5e6-96231b3b80d8