summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Stenberg <david.stenberg@ericsson.com>2019-04-10 08:44:57 +0000
committerDavid Stenberg <david.stenberg@ericsson.com>2019-04-10 08:44:57 +0000
commitfab4bdf4b93eb7e4a5b85b9131b70debc1cd7663 (patch)
tree53451c3564e490db22d466506fab09eec041a8e7
parentdb1a69c2504fb53a33398211f83b2e2b663b7c3e (diff)
downloadbcm5719-llvm-fab4bdf4b93eb7e4a5b85b9131b70debc1cd7663.tar.gz
bcm5719-llvm-fab4bdf4b93eb7e4a5b85b9131b70debc1cd7663.zip
Add REQUIRES: asserts to test using -debug-only
llvm-svn: 358057
-rw-r--r--llvm/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll b/llvm/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll
index d8d42caa3d9..23e00749eb4 100644
--- a/llvm/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll
+++ b/llvm/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; RUN: opt < %s -S -loop-vectorize -enable-vplan-native-path -vplan-build-stress-test -debug-only=loop-vectorize -disable-output 2>&1 | FileCheck %s
; This test checks that, when stress testing VPlan, if the computed VF
OpenPOWER on IntegriCloud