This is an archive of the discontinued LLVM Phabricator instance.

MachineVerifier: Add tests which are incorrectly accepted
ClosedPublic

Authored by arsenm on Jun 6 2022, 5:37 AM.

Details

Reviewers
qcolombet
MatzeB
Summary

In the process of splitting out the liveness tracking, I ran into
these cases which should have been caught. There are still missing
errors for some cases in the entry block.

Diff Detail

Event Timeline

arsenm created this revision.Jun 6 2022, 5:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2022, 5:37 AM
arsenm requested review of this revision.Jun 6 2022, 5:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 6 2022, 5:37 AM
Herald added a subscriber: wdng. · View Herald Transcript
MatzeB accepted this revision.Sep 13 2022, 2:25 PM
This revision is now accepted and ready to land.Sep 13 2022, 2:25 PM
arsenm updated this revision to Diff 555348.Sep 1 2023, 5:58 AM
arsenm retitled this revision from MachineVerifier: Add test which the verifier incorrectly accepted before to MachineVerifier: Add tests which are incorrectly accepted.
arsenm edited the summary of this revision. (Show Details)

Just going to push these as xfailed to get off of phabricator, need to redo the new verifier checks