This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix mai hazard VALU to LD/ST
ClosedPublic

Authored by kerbowa on Oct 8 2020, 4:38 PM.

Details

Summary

Fixes: SWDEV-251863

Diff Detail

Event Timeline

kerbowa created this revision.Oct 8 2020, 4:38 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2020, 4:38 PM
kerbowa requested review of this revision.Oct 8 2020, 4:38 PM
rampitec added inline comments.Oct 8 2020, 4:41 PM
llvm/lib/Target/AMDGPU/GCNHazardRecognizer.cpp
1381–1383

Wt -> Wr

rampitec accepted this revision.Oct 8 2020, 4:44 PM

LGTM with a nit.

This revision is now accepted and ready to land.Oct 8 2020, 4:44 PM
kerbowa updated this revision to Diff 297082.Oct 8 2020, 4:50 PM

Wt -> Wr

This revision was landed with ongoing or failed builds.Oct 8 2020, 5:13 PM
This revision was automatically updated to reflect the committed changes.