This is an archive of the discontinued LLVM Phabricator instance.

[MachineVerifier] Try harder to verify LiveVariables
ClosedPublic

Authored by foad on Jul 6 2022, 8:26 AM.

Details

Summary

Verify the LiveVariables 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, 8:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 8:26 AM
foad requested review of this revision.Jul 6 2022, 8:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2022, 8:26 AM
foad updated this revision to Diff 443930.Jul 12 2022, 5:58 AM

Rebase.

foad edited the summary of this revision. (Show Details)
foad added reviewers: MatzeB, fhahn.
MatzeB accepted this revision.Jul 13 2022, 10:00 AM

LGTM

This revision is now accepted and ready to land.Jul 13 2022, 10:00 AM
This revision was landed with ongoing or failed builds.Oct 21 2022, 8:33 AM
This revision was automatically updated to reflect the committed changes.
foad reopened this revision.Oct 22 2022, 4:22 AM
This revision is now accepted and ready to land.Oct 22 2022, 4:22 AM