This is an archive of the discontinued LLVM Phabricator instance.

MachineVerifier: Don't crash in LiveIntervals checks on generic vregs
ClosedPublic

Authored by arsenm on Sep 13 2022, 3:22 PM.

Details

Reviewers
qcolombet
MatzeB
Summary

If llvm-reduce is going to unconditionally verify functions with
LiveIntervals, it needs to be tolerant of generic vregs.

Diff Detail

Event Timeline

arsenm created this revision.Sep 13 2022, 3:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2022, 3:22 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
arsenm requested review of this revision.Sep 13 2022, 3:22 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 13 2022, 3:22 PM
Herald added a subscriber: wdng. · View Herald Transcript
qcolombet accepted this revision.Oct 24 2022, 10:06 AM
This revision is now accepted and ready to land.Oct 24 2022, 10:06 AM