summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/fadd-combines.ll
Commit message (Expand)AuthorAgeFilesLines
* [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