This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Start selecting v_mad_mixlo_f16
ClosedPublic

Authored by arsenm on Sep 19 2017, 6:41 PM.

Details

Summary

Also add some tests that should be able to use v_mad_mixhi_f16,
but do not yet. This is trickier because we don't really model
the partial update of the register done by 16-bit instructions.

Diff Detail

Event Timeline

arsenm created this revision.Sep 19 2017, 6:41 PM
This revision is now accepted and ready to land.Sep 20 2017, 11:34 AM
arsenm closed this revision.Sep 20 2017, 1:34 PM

r313806