This is an archive of the discontinued LLVM Phabricator instance.

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:

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

Diff Detail

Repository
rL LLVM

Event Timeline

lei created this revision.Jun 25 2018, 6:01 AM
nemanjai accepted this revision.Jul 3 2018, 10:28 AM

LGTM.

This revision is now accepted and ready to land.Jul 3 2018, 10:28 AM
This revision was automatically updated to reflect the committed changes.