summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/recipest.ll
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombine] Fold the (fma -x, y, -z) to -(fma x, y, z)QingShan Zhang2020-01-091-2/+2
* [DAGCombiner] Improve division estimation of floating points.Qiu Chaofan2019-09-121-7/+7
* Migrate some more fadd and fsub cases away from UnsafeFPMath control to utili...Michael Berg2019-07-311-118/+159
* [PowerPC] Use the two-constant NR algorithm for refining estimatesNemanja Ivanovic2019-05-071-8/+8
* [Target] move reciprocal estimate settings from TargetOptions to TargetLoweringSanjay Patel2016-10-041-15/+31
* Adding -verify-machineinstrs option to PowerPC testsEhsan Amiri2016-08-031-3/+3
* [PowerPC] Make use of the TargetRecip systemHal Finkel2015-07-121-0/+15
* [PowerPC] Avoid VSX FMA mutate when killed product reg = addend regBill Schmidt2014-10-211-2/+2
* Improve sqrt estimate algorithm (fast-math)Sanjay Patel2014-10-091-9/+2
* Fast-math fold: x / (y * sqrt(z)) -> x * (rsqrt(z) / y)Sanjay Patel2014-10-061-0/+28
* Refactor reciprocal and reciprocal square root estimate into target-independe...Sanjay Patel2014-09-261-31/+31
* tighten up checksSanjay Patel2014-09-221-12/+12
* remove unnecessary labels; NFCSanjay Patel2014-09-221-11/+0
* Make the PPC fast-math sqrt expansion safe at 0Hal Finkel2013-09-121-1/+4
* Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.llBill Schmidt2013-05-161-16/+16
* PPC: Improve code generation for mixed-precision reciprocal sqrtHal Finkel2013-04-041-0/+48
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-031-0/+178
OpenPOWER on IntegriCloud