This is an archive of the discontinued LLVM Phabricator instance.

[SCEV][NFC] Introduce API for mass forgetMemoizedResults query
ClosedPublic

Authored by mkazantsev on Oct 21 2021, 11:26 PM.

Details

Summary

This patch changes signature of forgetMemoizedResults to be able to work with
multiple SCEVs. Usage will come in follow-ups. We also plan to optimize it in the
future to work faster than individual invalidation updates. Should not change
behavior in any sense.

Split-off from D111602.

Diff Detail

Event Timeline

mkazantsev created this revision.Oct 21 2021, 11:26 PM
mkazantsev requested review of this revision.Oct 21 2021, 11:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 21 2021, 11:26 PM
reames accepted this revision.Oct 22 2021, 10:06 AM

LGTM

This revision is now accepted and ready to land.Oct 22 2021, 10:06 AM
This revision was landed with ongoing or failed builds.Oct 24 2021, 11:49 PM
This revision was automatically updated to reflect the committed changes.