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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 16:19:46 PDT 2024


================
@@ -912,6 +912,9 @@ class ScalarEvolution {
     return getBackedgeTakenCount(L, SymbolicMaximum);
   }
 
+  const SCEV *getPredicatedSymbolicMaxBackedgeTakenCount(
----------------
fhahn wrote:

Added, thanks!

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


More information about the llvm-commits mailing list