From 4fb7727e0d6c9138211b47ec4ad158a1594d4e96 Mon Sep 17 00:00:00 2001 From: David Stenberg Date: Wed, 10 Apr 2019 08:44:57 +0000 Subject: [PATCH] Add REQUIRES: asserts to test using -debug-only git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358057 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll b/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll index d8d42caa3d9..23e00749eb4 100644 --- a/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll +++ b/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 -- 2.50.1