[llvm-branch-commits] [polly] b24ef7e - [Polly][test] Add missing REQUIRES line (#210578)

Tobias Hieta via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 23 07:17:40 PDT 2026


Author: Michael Kruse
Date: 2026-07-23T16:17:26+02:00
New Revision: b24ef7e132308a78dfbc6194b9519e8ea9cba8cc

URL: https://github.com/llvm/llvm-project/commit/b24ef7e132308a78dfbc6194b9519e8ea9cba8cc
DIFF: https://github.com/llvm/llvm-project/commit/b24ef7e132308a78dfbc6194b9519e8ea9cba8cc.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

(cherry picked from commit 5cae63bd0d31118a15481fc7e5b063a73492d77d)

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-branch-commits mailing list