Skip to content

[NFC] Fix mve-reg-pressure-spills.ll test#187316

Merged
john-brawn-arm merged 1 commit intollvm:mainfrom
john-brawn-arm:fix_mve_test
Mar 18, 2026
Merged

[NFC] Fix mve-reg-pressure-spills.ll test#187316
john-brawn-arm merged 1 commit intollvm:mainfrom
john-brawn-arm:fix_mve_test

Conversation

@john-brawn-arm
Copy link
Copy Markdown
Collaborator

This test needs a REQUIRES: asserts, as it uses -debug-only.

This test needs a REQUIRES: asserts, as it uses -debug-only.
@llvmbot
Copy link
Copy Markdown
Member

llvmbot commented Mar 18, 2026

@llvm/pr-subscribers-llvm-transforms

Author: John Brawn (john-brawn-arm)

Changes

This test needs a REQUIRES: asserts, as it uses -debug-only.


Full diff: https://github.com/llvm/llvm-project/pull/187316.diff

1 Files Affected:

  • (modified) llvm/test/Transforms/LoopVectorize/ARM/mve-reg-pressure-spills.ll (+1)
diff --git a/llvm/test/Transforms/LoopVectorize/ARM/mve-reg-pressure-spills.ll b/llvm/test/Transforms/LoopVectorize/ARM/mve-reg-pressure-spills.ll
index 59b42990ee4e4..e8bd502d09b0b 100644
--- a/llvm/test/Transforms/LoopVectorize/ARM/mve-reg-pressure-spills.ll
+++ b/llvm/test/Transforms/LoopVectorize/ARM/mve-reg-pressure-spills.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -mcpu=cortex-m55 -passes=loop-vectorize -disable-output -debug-only=loop-vectorize,vplan -vectorizer-consider-reg-pressure=false %s 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-NOPRESSURE
 ; RUN: opt -mcpu=cortex-m55 -passes=loop-vectorize -disable-output -debug-only=loop-vectorize,vplan -vectorizer-consider-reg-pressure=true %s 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-PRESSURE
 

Copy link
Copy Markdown
Contributor

@boomanaiden154 boomanaiden154 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@john-brawn-arm john-brawn-arm enabled auto-merge (squash) March 18, 2026 16:38
@john-brawn-arm john-brawn-arm merged commit 81d3f04 into llvm:main Mar 18, 2026
11 of 12 checks passed
albertbolt1 pushed a commit to albertbolt1/llvm-project that referenced this pull request Mar 28, 2026
This test needs a REQUIRES: asserts, as it uses -debug-only.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants