[llvm] [SCEV] Add predicated version of getSymbolicMaxBackedgeTakenCount. (PR #93498)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 08:17:15 PDT 2024


================
@@ -8644,9 +8649,9 @@ ScalarEvolution::BackedgeTakenInfo::getConstantMax(ScalarEvolution *SE) const {
   return getConstantMax();
 }
 
-const SCEV *
-ScalarEvolution::BackedgeTakenInfo::getSymbolicMax(const Loop *L,
-                                                   ScalarEvolution *SE) {
+const SCEV *ScalarEvolution::BackedgeTakenInfo::getSymbolicMax(
----------------
david-arm wrote:

It's ok, there's no need to revert the patch and no harm done! Perhaps just something to remember in future that's all. Thanks!

https://github.com/llvm/llvm-project/pull/93498


More information about the llvm-commits mailing list