This is an archive of the discontinued LLVM Phabricator instance.

[pseudo] Fix HeadsPartition is not initialized correctly.
ClosedPublic

Authored by hokein on Aug 22 2022, 9:17 AM.

Details

Summary

The bug was that if we recover from the token 0, we will make the
Heads empty (Line646), which results no recovery being applied.

Diff Detail

Event Timeline

hokein created this revision.Aug 22 2022, 9:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2022, 9:17 AM
hokein requested review of this revision.Aug 22 2022, 9:17 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2022, 9:17 AM
sammccall accepted this revision.Aug 22 2022, 9:18 AM

thanks!

This revision is now accepted and ready to land.Aug 22 2022, 9:18 AM
This revision was landed with ongoing or failed builds.Aug 23 2022, 6:10 AM
This revision was automatically updated to reflect the committed changes.