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

LiuChen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 17 04:19:57 PDT 2021


LiuChen3 updated this revision to Diff 373190.
LiuChen3 added a comment.

Address comments


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109953

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/avx512fp16-combine-vfmac-fadd.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109953.373190.patch
Type: text/x-patch
Size: 8110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210917/5f110a26/attachment.bin>


More information about the llvm-commits mailing list