forked from OSchip/llvm-project
[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
This commit is contained in:
parent
1f2353734d
commit
a8034fc1ad
|
@ -1,3 +1,4 @@
|
|||
; REQUIRES: asserts
|
||||
; 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
|
||||
|
||||
target datalayout = "e-m:e-i64:64-n32:64-v256:256:256-v512:512:512"
|
||||
|
|
Loading…
Reference in New Issue