aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2020-12-02 18:00:24 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2020-12-02 18:00:42 +0000
commita8034fc1ad8ba11a42bbfe5d40cae4836366ef84 (patch)
tree730b4f39bf1abf50e4a0684ba94b44f23a50084f
parent1f2353734da373d8df396f40dca1a1155a0d7adc (diff)
downloadllvm-a8034fc1ad8ba11a42bbfe5d40cae4836366ef84.zip
llvm-a8034fc1ad8ba11a42bbfe5d40cae4836366ef84.tar.gz
llvm-a8034fc1ad8ba11a42bbfe5d40cae4836366ef84.tar.bz2
[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
-rw-r--r--llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-limitations.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-limitations.ll b/llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-limitations.ll
index e4d62a6..c4a8f0d 100644
--- a/llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-limitations.ll
+++ b/llvm/test/Transforms/LoopVectorize/optimal-epilog-vectorization-limitations.ll
@@ -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"