[PATCH] D109953: [X86][FP16] Combine the FADD(A, FMA(B, C, 0)) to FMA(B, C, A)

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 17 23:36:28 PDT 2021


craig.topper added a comment.

I'm not sure this transform is valid without no signed zeros. fma(x, y, -0.0) is equivalent to fmul.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109953



More information about the llvm-commits mailing list