[polly] Bound ISL operations during DeLICM scalar collapsing (PR #203073)

Shikhar Jain via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 28 13:22:03 PDT 2026


================
@@ -0,0 +1,59 @@
+; RUN: opt %loadNPMPolly '-passes=polly-custom<delicm>' -polly-process-unprofitable -pass-remarks-analysis=polly-delicm -polly-delicm-max-ops=1000000 -disable-output < %s 2>&1 | FileCheck %s
+
+; CHECK: maximal number of operations exceeded during scalar collapsing
+
+; ModuleID = '<stdin>'
+source_filename = "<stdin>"
+target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32"
+target triple = "aarch64-unknown-linux-gnueabi"
----------------
ShikharJ-Corp wrote:

Noted.. i have made the changes..

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


More information about the llvm-commits mailing list