Skip to content

Commit

Permalink
LoopVectorize: Mark crash test as requiring assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
d0k committed Feb 22, 2024
1 parent 242f98c commit 3168af5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/Transforms/LoopVectorize/X86/pr72969.ll
Original file line number Diff line number Diff line change
@@ -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

Expand Down

1 comment on commit 3168af5

@artagnon
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @d0k, please revert this as #82653 was landed at more-or-less the same time.

Please sign in to comment.