This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Only allow FP types for format buffer intrinics
ClosedPublic

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

Details

Reviewers
nhaehnle
Summary

The code already somewhat assumes this is the case anyway.

Diff Detail

Event Timeline

arsenm created this revision.Jul 22 2019, 1:46 PM
nhaehnle accepted this revision.Jul 23 2019, 5:58 AM

Based on a quick check this should be safe for all graphics clients. LGTM.

This revision is now accepted and ready to land.Jul 23 2019, 5:58 AM
arsenm closed this revision.Jul 24 2019, 8:37 AM

r366913