This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Replace fp16SrcZerosHighBits with a whitelist
ClosedPublic

Authored by arsenm on Apr 6 2017, 11:20 AM.

Details

Reviewers
kzhuravl
Summary

FCOPYSIGN is lowered to bit operations which don't clear the high bits.

Diff Detail

Event Timeline

arsenm created this revision.Apr 6 2017, 11:20 AM

This patch fixes the broken tests.

kzhuravl accepted this revision.Apr 6 2017, 12:53 PM

LGTM.

This revision is now accepted and ready to land.Apr 6 2017, 12:53 PM
arsenm closed this revision.Apr 6 2017, 2:12 PM

r299708