This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add intrinsics for sin/cos
ClosedPublic

Authored by arsenm on Feb 11 2016, 11:38 PM.

Details

Reviewers
tstellarAMD
Summary

These provide direct access to the hardware instruction without
the unit version required like llvm.sin/llvm.cos lowering requires.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 47768.Feb 11 2016, 11:38 PM
arsenm retitled this revision from to AMDGPU: Add intrinsics for sin/cos.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Feb 12 2016, 7:53 AM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 12 2016, 7:53 AM
arsenm closed this revision.Feb 12 2016, 5:24 PM

r260782