This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Fix high bits after division optimization
ClosedPublic

Authored by arsenm on May 19 2016, 1:22 PM.

Details

Reviewers
tstellarAMD
Summary

This is essentially doing a 24-bit signed division with FP. We need to truncate to the N bit result.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 57852.May 19 2016, 1:22 PM
arsenm retitled this revision from to AMDGPU: Fix high bits after division optimization.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.May 20 2016, 5:22 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.May 20 2016, 5:22 PM
arsenm closed this revision.May 20 2016, 7:00 PM

r270305