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.
Details
Details
Diff Detail
Diff Detail
Differential D29760
[SCEV] NFC. Extract caching logic from the SCEVRewriteVisitor into the CachingSCEVVisitor igor-laevsky on Feb 9 2017, 7:06 AM. Authored by
Details
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 |