This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by efriedma on Apr 20 2020, 6:55 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:55 PM
This revision is now accepted and ready to land.Apr 21 2020, 10:30 AM
This revision was automatically updated to reflect the committed changes.