summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/fdiv-combine.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Implement combineRepeatedFPDivisorsHal Finkel2014-11-241-0/+39
This does not matter on newer cores (where we can use reciprocal estimates in fast-math mode anyway), but for older cores this allows us to generate better fast-math code where we have multiple FDIVs with a common divisor. llvm-svn: 222710
OpenPOWER on IntegriCloud