This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] SILowerControlFlow uses LiveIntervals
ClosedPublic

Authored by foad on Jul 12 2022, 3:26 AM.

Details

Reviewers
arsenm
Group Reviewers
Restricted Project
Commits
rG5d41fe076880: [AMDGPU] SILowerControlFlow uses LiveIntervals
Summary

The availability of LiveIntervals affects kill flags in the output, so
declare the use to avoid strange effects where the output of this pass
is different depending on what other passes are scheduled after it.

Diff Detail

Event Timeline

foad created this revision.Jul 12 2022, 3:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2022, 3:26 AM
foad requested review of this revision.Jul 12 2022, 3:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2022, 3:26 AM
arsenm accepted this revision.Jul 12 2022, 7:21 AM
This revision is now accepted and ready to land.Jul 12 2022, 7:21 AM
This revision was landed with ongoing or failed builds.Jul 12 2022, 8:56 AM
This revision was automatically updated to reflect the committed changes.