This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Correct behavior of f16 buffer loads
ClosedPublic

Authored by arsenm on Jul 22 2019, 4:04 PM.

Details

Reviewers
nhaehnle
Summary

Don't assume format loads for f16. Also fixes support for targets
without i16.

Diff Detail

Event Timeline

arsenm created this revision.Jul 22 2019, 4:04 PM
nhaehnle accepted this revision.Jul 24 2019, 12:27 AM

Also fixes support for targets without i16.

I don't see this reflected in the test changes, can you still add that? Looks good to me otherwise.

This revision is now accepted and ready to land.Jul 24 2019, 12:27 AM

Also fixes support for targets without i16.

I don't see this reflected in the test changes, can you still add that? Looks good to me otherwise.

It's already there since the tests already ran with SI run lines

arsenm closed this revision.Aug 5 2019, 8:58 AM

r367879