This just extracts the isKnownViaInduction from isKnownPredicate.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 ↗ | (On Diff #138672) | Assert that SplitLHS.second and SplitRHS.second are also not getCouldNotCompute() at this point? |
8731 ↗ | (On Diff #138672) | Please clang-format that. |