[PATCH] D147557: [SCEV] Improve AddRecs' range computation
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 5 01:47:01 PDT 2023
mkazantsev added inline comments.
================
Comment at: llvm/lib/Analysis/ScalarEvolution.cpp:6737
+ ConservativeResult.intersectWith(RangeFromAffine, RangeType);
+ }
}
----------------
Do we also need `getRangeViaFactoring`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147557/new/
https://reviews.llvm.org/D147557
More information about the llvm-commits
mailing list