This is an archive of the discontinued LLVM Phabricator instance.

[LiveIntervalUnion] Expose extraction of last index in map for external users
ClosedPublic

Authored by kariddi on Oct 28 2019, 8:51 AM.

Details

Summary

LiveIntervalUnion exposes IntervalMap's start() method, but doesn't expose the stop() method.

For custom uses of LiveIntervalUnion it is useful.

Diff Detail

Event Timeline

kariddi created this revision.Oct 28 2019, 8:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 28 2019, 8:51 AM
qcolombet accepted this revision.Oct 28 2019, 8:54 AM
This revision is now accepted and ready to land.Oct 28 2019, 8:54 AM
This revision was automatically updated to reflect the committed changes.