[PATCH] D90901: [X86] Don't fold (fneg (fma (fneg X), Y, (fneg Z))) to (fma X, Y, Z)

Jim Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 21 08:00:08 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG445680593889: [X86] Don't fold (fneg (fma (fneg X), Y, (fneg Z))) to (fma X, Y, Z) (authored by Jim).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90901

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/avx2-fma-fneg-combine.ll
  llvm/test/CodeGen/X86/fma-fneg-combine.ll
  llvm/test/CodeGen/X86/fma-signed-zero.ll
  llvm/test/CodeGen/X86/fma_patterns.ll
  llvm/test/CodeGen/X86/fma_patterns_wide.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90901.347033.patch
Type: text/x-patch
Size: 22189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210521/06baf8ce/attachment.bin>


More information about the llvm-commits mailing list