This is an archive of the discontinued LLVM Phabricator instance.

[SCEV] NFC. Extract caching logic from the SCEVRewriteVisitor into the CachingSCEVVisitor
AbandonedPublic

Authored by igor-laevsky on Feb 9 2017, 7:06 AM.

Details

Summary

Sometimes SCEV caching logic is required for the non-rewriting visitors (https://reviews.llvm.org/D29759) . I've extracted it into single abstract place in order to not duplicate it multiple times.

Diff Detail

Event Timeline

igor-laevsky created this revision.Feb 9 2017, 7:06 AM
igor-laevsky abandoned this revision.Feb 10 2017, 6:03 AM