This is an archive of the discontinued LLVM Phabricator instance.

AMDGPU: Mark prolog/epilog SCC defs as dead
ClosedPublic

Authored by arsenm on Nov 13 2021, 9:55 AM.

Details

Reviewers
rampitec
Group Reviewers
Restricted Project
Summary

A future change will add SCC liveness checks. Since we are still
relying on forward register scavenging, add dead flags to avoid
spuriously detecting SCC as live.

Diff Detail

Event Timeline

arsenm created this revision.Nov 13 2021, 9:55 AM
arsenm requested review of this revision.Nov 13 2021, 9:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 13 2021, 9:55 AM
Herald added a subscriber: wdng. · View Herald Transcript
rampitec accepted this revision as: rampitec.Nov 15 2021, 10:51 AM
rampitec added a subscriber: rampitec.

LGTM

This revision is now accepted and ready to land.Nov 15 2021, 10:51 AM