This is an archive of the discontinued LLVM Phabricator instance.

MIRParser: Fix asserting with invalid flags on machine operands
ClosedPublic

Authored by arsenm on Mar 28 2022, 6:56 AM.

Details

Summary

Constructing an operand with kills on defs and deads on uses asserts
in the constructor, so diagnose these.

Diff Detail

Event Timeline

arsenm created this revision.Mar 28 2022, 6:56 AM
arsenm requested review of this revision.Mar 28 2022, 6:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 28 2022, 6:56 AM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm updated this revision to Diff 418577.Mar 28 2022, 6:58 AM

Forgot to commit style change

thegameg accepted this revision.Mar 28 2022, 12:02 PM
This revision is now accepted and ready to land.Mar 28 2022, 12:02 PM