This is an archive of the discontinued LLVM Phabricator instance.

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