This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix MAI ld/st hazard handling
ClosedPublic

Authored by rampitec on Aug 14 2020, 3:42 PM.

Details

Summary

It did not process hazard for ds_permute because it does not
load or store even though it is DS.

Diff Detail

Event Timeline

rampitec created this revision.Aug 14 2020, 3:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2020, 3:42 PM
rampitec requested review of this revision.Aug 14 2020, 3:42 PM
arsenm accepted this revision.Aug 14 2020, 5:03 PM
This revision is now accepted and ready to land.Aug 14 2020, 5:03 PM
This revision was automatically updated to reflect the committed changes.