[PATCH] D48544: Add lib calls for float128 operations with no equivalent PPC instruction

Lei Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 25 06:01:42 PDT 2018


lei created this revision.
lei added reviewers: nemanjai, stefanp, hfinkel, power-llvm-team.
Herald added a subscriber: kbarton.

Map following instructions to the proper float128 lib calls:

- pow
- powi
- exp
- exp2
- log
- log2
- log10
- sin
- cos
- fmin
- fmax


https://reviews.llvm.org/D48544

Files:
  lib/Target/PowerPC/PPCISelLowering.cpp
  test/CodeGen/PowerPC/f128-arith.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48544.152672.patch
Type: text/x-patch
Size: 10282 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180625/f3db31ec/attachment.bin>


More information about the llvm-commits mailing list