[llvm] d119d43 - [LV] Add missing REQUIRES: asserts to test

Luke Lau via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 00:41:50 PST 2024


Author: Luke Lau
Date: 2024-11-14T17:41:40+09:00
New Revision: d119d43e92333966125755353f4e6227dd2c70da

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

LOG: [LV] Add missing REQUIRES: asserts to test

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/RISCV/vectorize-force-tail-with-evl-reduction-cost.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/RISCV/vectorize-force-tail-with-evl-reduction-cost.ll b/llvm/test/Transforms/LoopVectorize/RISCV/vectorize-force-tail-with-evl-reduction-cost.ll
index aa1bb25af930d1..69418d9fea00ed 100644
--- a/llvm/test/Transforms/LoopVectorize/RISCV/vectorize-force-tail-with-evl-reduction-cost.ll
+++ b/llvm/test/Transforms/LoopVectorize/RISCV/vectorize-force-tail-with-evl-reduction-cost.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
 ; RUN: opt -passes=loop-vectorize -debug-only=loop-vectorize \
 ; RUN: -force-tail-folding-style=data-with-evl \
 ; RUN: -prefer-predicate-over-epilogue=predicate-dont-vectorize \


        


More information about the llvm-commits mailing list