This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Fix scheduling of exp pos4
ClosedPublic

Authored by foad on Nov 11 2020, 11:38 AM.

Details

Summary

Also fix a similar issue in SIInsertWaitcnts, but I don't think that fix
has any effect in practice.

Diff Detail

Event Timeline

foad created this revision.Nov 11 2020, 11:38 AM
foad requested review of this revision.Nov 11 2020, 11:38 AM
rampitec added inline comments.Nov 11 2020, 12:43 PM
llvm/lib/Target/AMDGPU/AMDGPUExportClustering.cpp
36

Define ET_POS_LAST maybe?

foad updated this revision to Diff 304761.Nov 12 2020, 2:23 AM

Define and use ET_POS_LAST.

This revision is now accepted and ready to land.Nov 12 2020, 9:31 AM
This revision was landed with ongoing or failed builds.Nov 12 2020, 11:57 AM
This revision was automatically updated to reflect the committed changes.