This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] GFX11: remove ShaderType from ds_ordered_count offset field
ClosedPublic

Authored by foad on Jun 20 2022, 6:02 AM.

Details

Summary

In GFX11 ShaderType is determined by the hardware and should no longer
be written into bits[3:2] of the ds_ordered_count offset field.

Diff Detail

Event Timeline

foad created this revision.Jun 20 2022, 6:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 6:02 AM
foad requested review of this revision.Jun 20 2022, 6:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 20 2022, 6:02 AM
foad added a reviewer: Restricted Project.Jun 20 2022, 6:03 AM
foad updated this revision to Diff 439371.Jun 23 2022, 6:23 AM

Rebase on precommitted test.

foad retitled this revision from [AMDGPU] ds_ordered_count offset field bits for wave-type to [AMDGPU] GFX11: remove ShaderType from ds_ordered_count offset field.Jun 23 2022, 6:24 AM
foad edited the summary of this revision. (Show Details)
arsenm accepted this revision.Jun 23 2022, 6:28 AM
This revision is now accepted and ready to land.Jun 23 2022, 6:28 AM
This revision was landed with ongoing or failed builds.Jun 23 2022, 6:35 AM
This revision was automatically updated to reflect the committed changes.