From 37fc1833a8276a6a3fbffa6d0b1d66120d1c5a01 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Fri, 13 Feb 2015 00:21:34 +0000 Subject: [PATCH] llvm/test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll REQUIRES +Asserts due to -debug. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228989 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll b/test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll index 1507018b2dc..ecf27877402 100644 --- a/test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll +++ b/test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -loop-vectorize -S -debug < %s 2>&1 | FileCheck %s +; REQUIRES: asserts ; CHECK: LV: Unroll Factor is 12 -- 2.34.1