Skip to content

Commit f5c8e9e

Browse files
authored
LoopVectorize/test: guard pr72969 with asserts (llvm#82653)
Follow up on 695a9d8 (LoopVectorize: add test for crash in llvm#72969) to guard pr72969.ll with REQUIRES: asserts, in order to be reasonably confident that it will crash reliably.
1 parent 3b20fb3 commit f5c8e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; REQUIRES: asserts
12
; RUN: not --crash opt -mtriple=x86_64 -mattr=-avx,-avx2,-avx512f,+sse,-sse2,-sse3,-sse4.2 -passes=loop-vectorize -S < %s
23
; 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
34
; REQUIRES: asserts

0 commit comments

Comments
 (0)