This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Add fract intrinsic
ClosedPublic

Authored by arsenm on May 26 2016, 6:54 PM.

Details

Reviewers
tstellarAMD
Summary

Remove broken patterns matching it. This was matching the
unsafe math pattern and expanding the fix for the buggy instruction
from the pattern. The problems are also on CI. Remove the workarounds
and only use fract with unsafe math or from the intrinsic.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 58742.May 26 2016, 6:54 PM
arsenm retitled this revision from to AMDGPU: Add fract intrinsic.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.May 27 2016, 4:50 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 27 2016, 4:50 PM
arsenm closed this revision.May 27 2016, 5:26 PM

r271078