[polly] 5cae63b - [Polly][test] Add missing REQUIRES line (#210578)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 19 01:31:26 PDT 2026
Author: Michael Kruse
Date: 2026-07-19T08:31:21Z
New Revision: 5cae63bd0d31118a15481fc7e5b063a73492d77d
URL: https://github.com/llvm/llvm-project/commit/5cae63bd0d31118a15481fc7e5b063a73492d77d
DIFF: https://github.com/llvm/llvm-project/commit/5cae63bd0d31118a15481fc7e5b063a73492d77d.diff
LOG: [Polly][test] Add missing REQUIRES line (#210578)
The test was added by #201859. It's test uses --debug-only which
requires an LLVM_ENABLE_ASSERTIONS-build
Added:
Modified:
polly/test/IstAstInfo/AstGenComputeOut.ll
Removed:
################################################################################
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