Map following instructions to the proper float128 lib calls:
- pow
- powi
- exp
- exp2
- log
- log2
- log10
- sin
- cos
- fmin
- fmax
Paths
| Differential D48544
Add lib calls for float128 operations with no equivalent PPC instruction ClosedPublic Authored by lei on Jun 25 2018, 6:01 AM.
Details Summary Map following instructions to the proper float128 lib calls:
Diff Detail
Event Timelinelei added a parent revision: D47552: [Power9] Implement float128 parameter passing and return values.Jun 25 2018, 6:02 AM This revision is now accepted and ready to land.Jul 3 2018, 10:28 AM Closed by commit rL336361: [Power9] Add lib calls for float128 operations with no equivalent PPC… (authored by lei). · Explain WhyJul 5 2018, 8:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 154245 llvm/trunk/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/trunk/test/CodeGen/PowerPC/f128-arith.ll
|