[PATCH] D109953: [X86] 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 20:48:38 PDT 2021


craig.topper added a comment.

In D109953#3007684 <https://reviews.llvm.org/D109953#3007684>, @pengfei wrote:

> LGTM with a nit.

Can we make the title of this patch more obvious that we're talking about the f16 packed complex operations? FMA and FADD make it look generic.


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