This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Set element_size in private resource descriptor
ClosedPublic

Authored by arsenm on Feb 10 2016, 4:08 PM.

Details

Reviewers
tstellarAMD
Summary

Introduce a subtarget feature for this, and leave the default with
the current behavior which assumes up to 16-byte loads/stores can
be used. The field also seems to have the ability to be set to 2 bytes,
but I'm not sure what that would be used for.

Diff Detail

Event Timeline

arsenm updated this revision to Diff 47554.Feb 10 2016, 4:08 PM
arsenm retitled this revision from to AMDGPU: Set element_size in private resource descriptor.
arsenm updated this object.
arsenm added a reviewer: tstellarAMD.
arsenm added a subscriber: llvm-commits.
tstellarAMD accepted this revision.Feb 10 2016, 6:15 PM
tstellarAMD edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Feb 10 2016, 6:15 PM
arsenm closed this revision.Feb 11 2016, 6:45 PM

r260651