[polly] [Polly][test] Add missing REQUIRES line (PR #210578)
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 19 01:08:41 PDT 2026
https://github.com/Meinersbur created https://github.com/llvm/llvm-project/pull/210578
The test was added by #201859. It's test uses --debug-only which requires an LLVM_ENABLE_ASSERTIONS-build
>From d969c4a6f05ad19ff414a75525b397085c25c0c1 Mon Sep 17 00:00:00 2001
From: Michael Kruse <llvm-project at meinersbur.de>
Date: Sun, 19 Jul 2026 10:05:47 +0200
Subject: [PATCH] [Polly][test] Add missing REQUIRES line
---
polly/test/IstAstInfo/AstGenComputeOut.ll | 2 ++
1 file changed, 2 insertions(+)
diff --git a/polly/test/IstAstInfo/AstGenComputeOut.ll b/polly/test/IstAstInfo/AstGenComputeOut.ll
index f43a9d69fe2f8..a79bf20cd9d5f 100644
--- a/polly/test/IstAstInfo/AstGenComputeOut.ll
+++ b/polly/test/IstAstInfo/AstGenComputeOut.ll
@@ -21,6 +21,8 @@
; value that still arms the guard (0 means unbounded) -- so the quota trips
; as early as possible and the test does not depend on an arbitrary tuned cutoff value.
+; REQUIRES: asserts
+
; RUN: opt %loadNPMPolly %s -passes='polly-custom<ast>' -polly-process-unprofitable \
; RUN: -polly-astgen-computeout=1 -debug-only=polly-ast \
; RUN: -disable-output 2>&1 | FileCheck %s
More information about the llvm-commits
mailing list