From bc4e3c024c09c69b9c347fa86571e96f7776f0e7 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 15 Apr 2014 10:12:47 +0000 Subject: [PATCH] vect.omp.persistence.ll REQUIRES asserts due to -debug-only. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206271 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Transforms/LoopVectorize/vect.omp.persistence.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Transforms/LoopVectorize/vect.omp.persistence.ll b/test/Transforms/LoopVectorize/vect.omp.persistence.ll index 4a29a2dea1e..dc3df7ab80c 100644 --- a/test/Transforms/LoopVectorize/vect.omp.persistence.ll +++ b/test/Transforms/LoopVectorize/vect.omp.persistence.ll @@ -1,4 +1,5 @@ ; RUN: opt < %s -O2 -force-vector-unroll=2 -force-vector-width=4 -debug-only=loop-vectorize -stats -S 2>&1 | FileCheck %s +; REQUIRES: asserts ; Loop from "rotated" ; CHECK: LV: Loop hints: force=enabled -- 2.34.1