[PATCH] D145634: [X86] Support llvm.{min,max}imum.f{32,64}

Evgenii Kudriashov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 16:16:03 PDT 2023


e-kud updated this revision to Diff 505312.
e-kud added a comment.

Rebased.
Moved from combine to lowering.
Supported f16 version.
Added optimization for avx512dq.
Added and updated tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145634

Files:
  llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/Analysis/CostModel/X86/intrinsic-cost-kinds.ll
  llvm/test/CodeGen/X86/avx512fp16-fminimum-fmaximum.ll
  llvm/test/CodeGen/X86/fminimum-fmaximum.ll
  llvm/test/CodeGen/X86/half.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145634.505312.patch
Type: text/x-patch
Size: 40954 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230314/ae4ea25c/attachment.bin>


More information about the llvm-commits mailing list