Skip to content

Commit a8034fc

Browse files
committed
[LoopVectorize] Fix optimal-epilog-vectorization-limitations.ll test on non-debug build bots
Add "REQUIRES: asserts" as the test uses the "--debug-only" switch Should fix the clang-with-thin-lto-ubuntu buildbot failure
1 parent 1f23537 commit a8034fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-limitations.ll

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
; REQUIRES: asserts
12
; RUN: opt < %s -passes='loop-vectorize' -force-vector-width=2 -enable-epilogue-vectorization -epilogue-vectorization-force-VF=2 --debug-only=loop-vectorize -S 2>&1 | FileCheck %s
23

34
target datalayout = "e-m:e-i64:64-n32:64-v256:256:256-v512:512:512"

0 commit comments

Comments
 (0)