summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/fadd-combines.ll
Commit message (Expand)AuthorAgeFilesLines
* [DAGCombiner] exclude x*2.0 from normal negation profitability rulesSanjay Patel2019-08-091-6/+4
* [AArch64][x86] add tests for pessimization of expression with X*2.0 (PR32939)...Sanjay Patel2019-08-091-0/+30
* Migrate some more fadd and fsub cases away from UnsafeFPMath control to utili...Michael Berg2019-07-311-15/+10
* [AArch64] Optimize floating point materializationAdhemerval Zanella2019-02-011-14/+14
* [DAGCombiner] allow undef elts in vector fmul matchingSanjay Patel2018-10-151-6/+4
* [AArch64] add tests for fmul x, -2.0 with undef elts; NFCSanjay Patel2018-10-151-10/+45
* Utilize new SDNode flag functionality to expand current support for faddMichael Berg2018-06-181-3/+4
* [DAGCombiner] remove hasOneUse() check from fadd constants transformSanjay Patel2018-06-131-3/+8
* [AArch64] add tests for fadd with more than one use; NFCSanjay Patel2018-06-121-27/+83
* [DAGCombine] Transform (fadd A, (fmul B, -2.0)) -> (fsub A, (fadd B, B)).Chad Rosier2017-05-041-0/+78
OpenPOWER on IntegriCloud