This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Don't check for VMEM hazards on GFX10
ClosedPublic

Authored by foad on Mar 4 2021, 2:16 AM.

Details

Summary

The hazard where a VMEM reads an SGPR written by a VALU counts as a data
dependency hazard, so no nops are required on GFX10. Tested with Vulkan
CTS on GFX10.1 and GFX10.3.

Diff Detail

Event Timeline

foad created this revision.Mar 4 2021, 2:16 AM
foad requested review of this revision.Mar 4 2021, 2:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2021, 2:16 AM
rampitec accepted this revision.Mar 4 2021, 11:13 AM
This revision is now accepted and ready to land.Mar 4 2021, 11:13 AM
This revision was landed with ongoing or failed builds.Mar 4 2021, 1:45 PM
This revision was automatically updated to reflect the committed changes.