[llvm] 041ce9f - [LV][NFC] Add "REQUIRES: assert" to new test file (#180522)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 9 05:55:40 PST 2026
Author: David Sherwood
Date: 2026-02-09T13:55:35Z
New Revision: 041ce9fe0f4ac7bc1a8927153d69418c416a5623
URL: https://github.com/llvm/llvm-project/commit/041ce9fe0f4ac7bc1a8927153d69418c416a5623
DIFF: https://github.com/llvm/llvm-project/commit/041ce9fe0f4ac7bc1a8927153d69418c416a5623.diff
LOG: [LV][NFC] Add "REQUIRES: assert" to new test file (#180522)
Fixes a minor test regression introduced by
https://github.com/llvm/llvm-project/pull/180226 in file
llvm/test/Transforms/LoopVectorize/phi-with-fastflags-vplan.ll
Added:
Modified:
llvm/test/Transforms/LoopVectorize/phi-with-fastflags-vplan.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/LoopVectorize/phi-with-fastflags-vplan.ll b/llvm/test/Transforms/LoopVectorize/phi-with-fastflags-vplan.ll
index f685bf806929c..e451f94715610 100644
--- a/llvm/test/Transforms/LoopVectorize/phi-with-fastflags-vplan.ll
+++ b/llvm/test/Transforms/LoopVectorize/phi-with-fastflags-vplan.ll
@@ -1,4 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_analyze_test_checks.py UTC_ARGS: --version 6
+; REQUIRES: asserts
; RUN: opt -p loop-vectorize -force-vector-width=4 -debug-only=loop-vectorize -disable-output -S %s 2>&1 | FileCheck %s
define void @f(ptr noalias %p, i1 %c) {
More information about the llvm-commits
mailing list