[llvm] 3168af5 - LoopVectorize: Mark crash test as requiring assertions

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 22 11:26:22 PST 2024


Author: Benjamin Kramer
Date: 2024-02-22T20:25:58+01:00
New Revision: 3168af56bcb827360c26957ef579b7871dad8e17

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

LOG: LoopVectorize: Mark crash test as requiring assertions

Added: 
    

Modified: 
    llvm/test/Transforms/LoopVectorize/X86/pr72969.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/LoopVectorize/X86/pr72969.ll b/llvm/test/Transforms/LoopVectorize/X86/pr72969.ll
index a54bd39f3ff608..40633c6c8383b9 100644
--- a/llvm/test/Transforms/LoopVectorize/X86/pr72969.ll
+++ b/llvm/test/Transforms/LoopVectorize/X86/pr72969.ll
@@ -1,5 +1,6 @@
 ; RUN: not --crash opt -mtriple=x86_64 -mattr=-avx,-avx2,-avx512f,+sse,-sse2,-sse3,-sse4.2 -passes=loop-vectorize -S < %s
 ; RUN: not --crash opt -mtriple=x86_64 -mattr=-avx,-avx2,-avx512f,+sse,-sse2,-sse3,-sse4.2 -passes=loop-vectorize -force-vector-width=4 -S < %s
+; REQUIRES: asserts
 
 @h = global i64 0
 


        


More information about the llvm-commits mailing list