[llvm] [SCEV] Add predicated version of getSymbolicMaxBackedgeTakenCount. (PR #93498)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Tue May 28 14:41:28 PDT 2024
================
@@ -0,0 +1,119 @@
+; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 5
+; RUN: opt -passes='print<scalar-evolution>' %s -disable-output 2>&1 | FileCheck %s
----------------
fhahn wrote:
Ah thanks, added in the commit that landed the tests ( ed4227aad37f2c4adf307b63050fb9aee52b07f8 )
https://github.com/llvm/llvm-project/pull/93498
More information about the llvm-commits
mailing list