[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:09 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
+
+target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
----------------
fhahn wrote:

Nope, removed, thanks! Landed the adjusted tests separately in ed4227aad37f2c4adf307b63050fb9aee52b07f8 

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


More information about the llvm-commits mailing list