Page MenuHomePhabricator

Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline

LiveIntervals: Split live intervals on multiple dead defs
ClosedPublic

Authored by arsenm on Sep 11 2019, 7:39 AM.

Details

Reviewers
qcolombet
MatzeB
Summary

If there are multiple dead defs of the same virtual register, these
are required to be split into multiple virtual registers with separate
live intervals to avoid a verifier error.

Diff Detail