[llvm] ed19bbf - Revert "[VPlan] Add missing REQUIRES: asserts to VPlan output test"

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 9 06:01:19 PST 2026


Author: Luke Lau
Date: 2026-02-09T22:00:42+08:00
New Revision: ed19bbfe01d4fcf5d457cb563cb900763b8f2189

URL: https://github.com/llvm/llvm-project/commit/ed19bbfe01d4fcf5d457cb563cb900763b8f2189
DIFF: https://github.com/llvm/llvm-project/commit/ed19bbfe01d4fcf5d457cb563cb900763b8f2189.diff

LOG: 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.

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll b/llvm/test/Transforms/LoopVectorize/phi-with-fastflags.ll
index cb0f3d262b0dd..2ce2c932de2cb 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) {


        


More information about the llvm-commits mailing list