[PATCH] D80801: [DAGCombiner] allow more folding of fadd + fmul into fma

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 31 19:10:18 PDT 2020


efriedma added a comment.

On ARM CPUs, there's a special forwarding path to reduce the latency of chains of fma isntructions, so this seems fine there even if the latency is relevant.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D80801/new/

https://reviews.llvm.org/D80801





More information about the llvm-commits mailing list