[PATCH] D48294: [Power9] Add __float128 support for compare operations

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 5 12:38:26 PDT 2018


stefanp updated this revision to Diff 154287.
stefanp added a comment.

Added handling for the select f128.
Unlike the `double` type, the `__float128` type cannot not use the `fsel` instruction but we should still expand it to something that functions correctly.


https://reviews.llvm.org/D48294

Files:
  lib/Target/PowerPC/PPCISelDAGToDAG.cpp
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCInstrInfo.td
  test/CodeGen/PowerPC/f128-compare.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48294.154287.patch
Type: text/x-patch
Size: 14757 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180705/6f125571/attachment.bin>


More information about the llvm-commits mailing list