This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Use isMeta flags on pseudoinstructions
ClosedPublic

Authored by arsenm on Jun 21 2022, 5:08 PM.

Details

Reviewers
kerbowa
rampitec
Group Reviewers
Restricted Project

Diff Detail

Event Timeline

arsenm created this revision.Jun 21 2022, 5:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2022, 5:08 PM
arsenm requested review of this revision.Jun 21 2022, 5:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 21 2022, 5:08 PM
Herald added a subscriber: wdng. · View Herald Transcript

Any idea why there is this slight change to the scheduling in the test? This patch will definitely be helpful especially for sched_group_barrier if it doesn't change the way any edges are added. Thanks!

Any idea why there is this slight change to the scheduling in the test? This patch will definitely be helpful especially for sched_group_barrier if it doesn't change the way any edges are added. Thanks!

The test change disappears if I hack TargetSchedModel::getNumMicroOps to treat SCHED_BARRIER as 1 as it was without this bit set

kerbowa accepted this revision.Jun 22 2022, 6:57 PM

LGTM

This revision is now accepted and ready to land.Jun 22 2022, 6:57 PM