[llvm] 2805c8a - [VPlan] Add missing REQUIRES: asserts to VPlan output test

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


Author: Luke Lau
Date: 2026-02-09T20:40:10+08:00
New Revision: 2805c8aaa61a94ef22ac76c8dac56f7dfe970651

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

LOG: [VPlan] Add missing REQUIRES: asserts to VPlan output test

Should fix https://lab.llvm.org/buildbot/#/builders/11/builds/33293

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 2ce2c932de2cb..cb0f3d262b0dd 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) {


        


More information about the llvm-commits mailing list