When new assumption is created it should be registered in assumption cache
or cache should be invalidated.
Details
Details
- Reviewers
jdoerfert nikic arsenm fhahn - Commits
- rG1614805eeb15: Register new assumption in a cache
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
We need to add AssumptionCache verification that works with the NewPM. The old verify-assumption-cache only works for LegacyPM.