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

Scott Manley via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 29 10:24:18 PDT 2020


rscottmanley added a comment.

Wouldn't it be better to choose between what you have here fmadd(a,b,fma(c,d,n)) and a*b + fmadd(c,d,n) for targets that perform worse with FMA chains?


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

https://reviews.llvm.org/D80801





More information about the llvm-commits mailing list