This just extracts the isKnownViaInduction from isKnownPredicate.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM with nits. We also have method isKnownOnEveryIteration which, I believe, is a weaker version of this one. We should consider replacing of it with this one I think.
lib/Analysis/ScalarEvolution.cpp | ||
---|---|---|
8724 | Assert that SplitLHS.second and SplitRHS.second are also not getCouldNotCompute() at this point? | |
8731 | Please clang-format that. |
Assert that SplitLHS.second and SplitRHS.second are also not getCouldNotCompute() at this point?