aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Transforms/LoopVectorize
diff options
context:
space:
mode:
authorLuke Lau <luke@igalia.com>2026-02-09 21:58:53 +0800
committerLuke Lau <luke@igalia.com>2026-02-09 22:00:42 +0800
commited19bbfe01d4fcf5d457cb563cb900763b8f2189 (patch)
tree677985b153b9983d540420611ffcd978ce7f8638 /llvm/test/Transforms/LoopVectorize
parentb13dc236220eb1a6479282eaaa2bd317aef5f233 (diff)
downloadllvm-ed19bbfe01d4fcf5d457cb563cb900763b8f2189.tar.gz
llvm-ed19bbfe01d4fcf5d457cb563cb900763b8f2189.tar.bz2
llvm-ed19bbfe01d4fcf5d457cb563cb900763b8f2189.zip
Revert "[VPlan] Add missing REQUIRES: asserts to VPlan output test"
This reverts commit 2805c8aaa61a94ef22ac76c8dac56f7dfe970651. This added the REQUIRES line to the wrong test, 041ce9f added it to the correct one.
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize')
-rw-r--r--llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll b/llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll
index cb0f3d262b0d..2ce2c932de2c 100644
--- a/llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll
+++ b/llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll
@@ -1,5 +1,4 @@
; 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) {