[llvm] r358057 - Add REQUIRES: asserts to test using -debug-only
David Stenberg via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 10 01:44:57 PDT 2019
Author: dstenb
Date: Wed Apr 10 01:44:57 2019
New Revision: 358057
URL: http://llvm.org/viewvc/llvm-project?rev=358057&view=rev
Log:
Add REQUIRES: asserts to test using -debug-only
Modified:
llvm/trunk/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll
Modified: llvm/trunk/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll?rev=358057&r1=358056&r2=358057&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll (original)
+++ llvm/trunk/test/Transforms/LoopVectorize/vplan-stress-test-no-explict-vf.ll Wed Apr 10 01:44:57 2019
@@ -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
More information about the llvm-commits
mailing list