This is an archive of the discontinued LLVM Phabricator instance.

[PPC] add intrinsics for vector extract exponent/vector extract significand/vector test data class
ClosedPublic

Authored by sfertile on Nov 2 2016, 9:41 PM.

Details

Summary

Adds vector float and vector double intrinsics exposing some instructions that are already implemented:

  1. extract exponent --> xvxexpdp/xvxexpsp
  2. extract significand --> xvxsigdp/xvxsigsp
  3. test data class --> xvtstdcdp/xvtstdcsp

Diff Detail

Event Timeline

sfertile updated this revision to Diff 76813.Nov 2 2016, 9:41 PM
sfertile retitled this revision from to [PPC] add intrinsics for vector extract exponent/vector extract significand/vector test data class .
sfertile updated this object.
sfertile set the repository for this revision to rL LLVM.
sfertile edited subscribers, added: llvm-commits, echristo; removed: nemanjai.
kbarton accepted this revision.Nov 7 2016, 7:51 PM
kbarton edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 7 2016, 7:51 PM