[llvm] f5c8e9e - LoopVectorize/test: guard pr72969 with asserts (#82653)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 22 11:55:22 PST 2024
Author: Ramkumar Ramachandra
Date: 2024-02-22T19:55:18Z
New Revision: f5c8e9e53130a628c2c3d25c2cbc308e62d2f3e0
URL: https://github.com/llvm/llvm-project/commit/f5c8e9e53130a628c2c3d25c2cbc308e62d2f3e0
DIFF: https://github.com/llvm/llvm-project/commit/f5c8e9e53130a628c2c3d25c2cbc308e62d2f3e0.diff
LOG: LoopVectorize/test: guard pr72969 with asserts (#82653)
Follow up on 695a9d8 (LoopVectorize: add test for crash in #72969) to
guard pr72969.ll with REQUIRES: asserts, in order to be reasonably
confident that it will crash reliably.
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 40633c6c8383b9..738f5cbaebea58 100644
--- a/llvm/test/Transforms/LoopVectorize/X86/pr72969.ll
+++ b/llvm/test/Transforms/LoopVectorize/X86/pr72969.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; 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
More information about the llvm-commits
mailing list