This is an archive of the discontinued LLVM Phabricator instance.

[LiveInterval] Fix live range overlap check
ClosedPublic

Authored by chill on Mar 9 2023, 10:38 AM.

Diff Detail

Event Timeline

chill created this revision.Mar 9 2023, 10:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 10:38 AM
chill requested review of this revision.Mar 9 2023, 10:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 9 2023, 10:38 AM

Nice catch, I would not have expected a bug in those basic datastructures!

Could you add a test to unittests/MI/LiveIntervalTest.cpp?

chill updated this revision to Diff 509262.Mar 29 2023, 2:11 AM

Could you add a test to unittests/MI/LiveIntervalTest.cpp?

Done.

MatzeB accepted this revision.Apr 6 2023, 11:20 AM

LGTM, thanks

This revision is now accepted and ready to land.Apr 6 2023, 11:20 AM
This revision was landed with ongoing or failed builds.Apr 11 2023, 3:12 AM
This revision was automatically updated to reflect the committed changes.