This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Correct behavior of f16/i16 non-format store intrinsics
ClosedPublic

Authored by arsenm on Jul 22 2019, 1:55 PM.

Details

Reviewers
nhaehnle
Summary

This was switching to use a format store for a non-format store for
f16 types. Also fixes i16/f16 stores on targets without legal f16.

The corresponding loads also need to be fixed.

Diff Detail

Event Timeline

arsenm created this revision.Jul 22 2019, 1:55 PM
nhaehnle accepted this revision.Aug 5 2019, 5:06 AM

LGTM

This revision is now accepted and ready to land.Aug 5 2019, 5:06 AM
arsenm closed this revision.Aug 5 2019, 7:57 AM

r367872