This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Set wait state for meta instructions to zero
ClosedPublic

Authored by cdevadas on Aug 16 2021, 9:59 PM.

Details

Reviewers
arsenm
rampitec
Summary

It looked more reasonable to set the wait state to
zero for all non-instructions. With that, we can avoid
the special handling for them in getWaitStatesSince
and AdvanceCycle. This NFC patch makes the handling
more generic.

Diff Detail

Event Timeline

cdevadas created this revision.Aug 16 2021, 9:59 PM
cdevadas requested review of this revision.Aug 16 2021, 9:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 16 2021, 9:59 PM
arsenm accepted this revision.Aug 17 2021, 6:17 AM
This revision is now accepted and ready to land.Aug 17 2021, 6:17 AM