This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Fix MIR tests with invalid live-ins.
ClosedPublic

Authored by efriedma on Apr 20 2020, 6:49 PM.

Details

Summary

A register can't be live if it isn't defined; fix issues in various testcases.

(I'm working on a MachineVerifier patch to verify this.)

Diff Detail

Event Timeline

efriedma created this revision.Apr 20 2020, 6:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2020, 6:49 PM
samparker accepted this revision.Apr 21 2020, 12:25 AM

Thanks.

This revision is now accepted and ready to land.Apr 21 2020, 12:25 AM
This revision was automatically updated to reflect the committed changes.