[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:21:09 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
----------------
ShikharJ-Corp wrote:

Since for this PR, the budget polly-delicm-max-ops already exist , so i have removed the cutoff and the flag. I have changed the Default value of this budget from 1M to 1.5M in DeLICM.cpp

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


More information about the llvm-commits mailing list