aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize
diff options
context:
space:
mode:
authorLuke Lau <luke@igalia.com>2026-02-09 20:40:10 +0800
committerLuke Lau <luke@igalia.com>2026-02-09 20:40:10 +0800
commit2805c8aaa61a94ef22ac76c8dac56f7dfe970651 (patch)
treed3c9e593d7a542c42754cf0c29a8e7c935477f4b /llvm/test/Transforms/LoopVectorize
parent4344268ad605a3b77d00a30fb9284f453b240ec0 (diff)
downloadllvm-2805c8aaa61a94ef22ac76c8dac56f7dfe970651.tar.gz
llvm-2805c8aaa61a94ef22ac76c8dac56f7dfe970651.tar.bz2
llvm-2805c8aaa61a94ef22ac76c8dac56f7dfe970651.zip
[VPlan] Add missing REQUIRES: asserts to VPlan output test
Should fix https://lab.llvm.org/buildbot/#/builders/11/builds/33293
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r--llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll b/llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll
index 2ce2c932de2c..cb0f3d262b0d 100644
--- a/llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll
+++ b/llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll
@@ -1,4 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --check-globals none --version 6
+; REQUIRES: asserts
; RUN: opt -p loop-vectorize -force-vector-width=4 -S < %s | FileCheck %s
define void @f(ptr noalias %p, i1 %c) {