This is an archive of the discontinued LLVM Phabricator instance.

Register new assumption in a cache
ClosedPublic

Authored by skatkov on Jul 6 2023, 5:34 AM.

Details

Summary

When new assumption is created it should be registered in assumption cache
or cache should be invalidated.

Diff Detail

Event Timeline

skatkov created this revision.Jul 6 2023, 5:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 5:34 AM
skatkov requested review of this revision.Jul 6 2023, 5:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 6 2023, 5:34 AM
Herald added a subscriber: wdng. · View Herald Transcript
nikic accepted this revision.Jul 6 2023, 5:38 AM

LGTM

We need to add AssumptionCache verification that works with the NewPM. The old verify-assumption-cache only works for LegacyPM.

This revision is now accepted and ready to land.Jul 6 2023, 5:38 AM
This revision was automatically updated to reflect the committed changes.