[llvm] [LoopVectorizer][NFC] Require asserts on maxbandwidth-regpressure.ll (PR #149484)

Nicholas Guy via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 18 02:18:39 PDT 2025


https://github.com/NickGuy-Arm created https://github.com/llvm/llvm-project/pull/149484

Fix for buildbot failure: https://lab.llvm.org/buildbot/#/builders/11/builds/19837

>From a5a86281cea6537ac13943bee64cbe27998edc3f Mon Sep 17 00:00:00 2001
From: Nick Guy <nicholas.guy at arm.com>
Date: Fri, 18 Jul 2025 10:14:07 +0100
Subject: [PATCH] [LoopVectorizer][NFC] Require asserts on
 maxbandwidth-regpressure.ll

---
 .../Transforms/LoopVectorize/AArch64/maxbandwidth-regpressure.ll | 1 +
 1 file changed, 1 insertion(+)

diff --git a/llvm/test/Transforms/LoopVectorize/AArch64/maxbandwidth-regpressure.ll b/llvm/test/Transforms/LoopVectorize/AArch64/maxbandwidth-regpressure.ll
index ce639f9150078..2d1543185098f 100644
--- a/llvm/test/Transforms/LoopVectorize/AArch64/maxbandwidth-regpressure.ll
+++ b/llvm/test/Transforms/LoopVectorize/AArch64/maxbandwidth-regpressure.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -passes=loop-vectorize -vectorizer-maximize-bandwidth -debug-only=loop-vectorize -disable-output -force-vector-interleave=1 -enable-epilogue-vectorization=false -S < %s 2>&1 | FileCheck %s --check-prefixes=CHECK-REGS-VP
 ; RUN: opt -passes=loop-vectorize -vectorizer-maximize-bandwidth -debug-only=loop-vectorize -disable-output -force-target-num-vector-regs=1 -force-vector-interleave=1 -enable-epilogue-vectorization=false -S < %s 2>&1 | FileCheck %s --check-prefixes=CHECK-NOREGS-VP
 



More information about the llvm-commits mailing list