[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
This commit is contained in:
David Sherwood
2026-02-09 13:55:35 +00:00
committed by GitHub
parent dbbea962c9
commit 041ce9fe0f

View File

@@ -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) {