This is an archive of the discontinued LLVM Phabricator instance.

LiveIntervals: Split live intervals on multiple dead defs
ClosedPublic

Authored by kparzysz on Oct 8 2019, 2:23 PM.

Details

Summary

This is a follow-up to D67448.

Split live intervals with multiple dead defs during the initial execution of the live interval analysis, but do it outside of the function createAndComputeVirtRegInterval.

Diff Detail

Event Timeline

kparzysz created this revision.Oct 8 2019, 2:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 8 2019, 2:23 PM
arsenm accepted this revision.Oct 16 2019, 12:37 PM

LGTM

This revision is now accepted and ready to land.Oct 16 2019, 12:37 PM
This revision was automatically updated to reflect the committed changes.