[polly] [polly] Bound ISL operations during pre-vectorization (PR #143876)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 9 15:51:19 PDT 2025
================
@@ -0,0 +1,41 @@
+; RUN: opt %loadNPMPolly -S "-polly-vectorizer=stripmine" -polly-opt-isl -polly-debug -disable-output < %s 2>&1 | FileCheck %s
----------------
Meinersbur wrote:
Consider u
```suggestion
; RUN: opt %loadNPMPolly -S -polly-vectorizer=stripmine -passes=polly-opt-isl -polly-debug -disable-output < %s 2>&1 | FileCheck %s
```
Consider using the new pass manager
https://github.com/llvm/llvm-project/pull/143876
More information about the llvm-commits
mailing list