This is an archive of the discontinued LLVM Phabricator instance.

GlobalISel: Make legalizer/regbankselect clear NoPHIs property
ClosedPublic

Authored by arsenm on Feb 21 2019, 8:53 AM.

Details

Summary

If no phi existed in the original MIR and these introduced one, the
verifier would fail.

Diff Detail

Event Timeline

arsenm created this revision.Feb 21 2019, 8:53 AM
qcolombet accepted this revision.Feb 25 2019, 8:44 AM

We should really just compute this property at some point (same for novregs), but that's for another day :).
LGTM.

This revision is now accepted and ready to land.Feb 25 2019, 8:44 AM
arsenm closed this revision.Feb 25 2019, 11:59 AM

r354813