This is an archive of the discontinued LLVM Phabricator instance.

[MachineVerifier] Try harder to verify SlotIndexes
ClosedPublic

Authored by foad on Jul 6 2022, 6:59 AM.

Details

Summary

Verify the SlotIndexes analysis after a pass that claims to preserve it,
even if there are no further passes (apart from the verifier itself)
that would use the analysis.

Diff Detail

Event Timeline

foad created this revision.Jul 6 2022, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 6:59 AM
foad requested review of this revision.Jul 6 2022, 6:59 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 6:59 AM
foad updated this revision to Diff 487085.Jan 7 2023, 5:21 AM

Rebase.

arsenm accepted this revision.Apr 4 2023, 6:57 AM
This revision is now accepted and ready to land.Apr 4 2023, 6:57 AM
foad edited the summary of this revision. (Show Details)Apr 4 2023, 7:23 AM
This revision was automatically updated to reflect the committed changes.