We want to have a caching version of symbolic BE exit count
rather than recompute it every time we need it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89954
[SCEV][NFC] Cache symbolic max exit count ClosedPublic Authored by mkazantsev on Oct 22 2020, 6:00 AM.
Details Summary We want to have a caching version of symbolic BE exit count
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 22 2020, 12:59 PM Closed by commit rG6e574abf617c: [SCEV][NFC] Cache symbolic max exit count (authored by mkazantsev). · Explain WhyOct 22 2020, 10:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 300166 llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/lib/Analysis/ScalarEvolution.cpp
llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
|
Nit: This comment needs adjustment for constant -> symbolic.