[PATCH] D62993: [PowerPC] Emit scalar min/max instructions with unsafe fp math

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 17:59:49 PDT 2019


nemanjai updated this revision to Diff 226093.
nemanjai added a comment.

Remove the requirement for unsafe math for the `FMAXNUM_IEEE` and `FMINNUM_IEEE`. Add codegen for P9 <https://reviews.llvm.org/P9> `xsmaxdp/xsmindp`. Improve the test case.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D62993

Files:
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.h
  lib/Target/PowerPC/PPCInstrInfo.td
  lib/Target/PowerPC/PPCInstrVSX.td
  test/CodeGen/PowerPC/scalar-min-max.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62993.226093.patch
Type: text/x-patch
Size: 10587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191023/382a803e/attachment.bin>


More information about the llvm-commits mailing list