[PATCH] D49507: [Power9] Add __float128 support in the backend for bitcast to a i128

Stefan Pintilie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 18 13:20:38 PDT 2018


stefanp created this revision.
stefanp added reviewers: nemanjai, kbarton, hfinkel, syzaara, sfertile, lei.

Add support to allow bit-casting from f128 to i128 and then extracting 64 bits from the result.


https://reviews.llvm.org/D49507

Files:
  lib/Target/PowerPC/P9InstrResources.td
  lib/Target/PowerPC/PPCISelLowering.cpp
  lib/Target/PowerPC/PPCISelLowering.h
  lib/Target/PowerPC/PPCInstrInfo.td
  lib/Target/PowerPC/PPCInstrVSX.td
  test/CodeGen/PowerPC/f128-bitcast.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49507.156140.patch
Type: text/x-patch
Size: 7509 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180718/58fe2782/attachment.bin>


More information about the llvm-commits mailing list