[llvm] r206271 - vect.omp.persistence.ll REQUIRES asserts due to -debug-only.

NAKAMURA Takumi geek4civic at gmail.com
Tue Apr 15 03:12:47 PDT 2014


Author: chapuni
Date: Tue Apr 15 05:12:47 2014
New Revision: 206271

URL: http://llvm.org/viewvc/llvm-project?rev=206271&view=rev
Log:
vect.omp.persistence.ll REQUIRES asserts due to -debug-only.

Modified:
    llvm/trunk/test/Transforms/LoopVectorize/vect.omp.persistence.ll

Modified: llvm/trunk/test/Transforms/LoopVectorize/vect.omp.persistence.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopVectorize/vect.omp.persistence.ll?rev=206271&r1=206270&r2=206271&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/LoopVectorize/vect.omp.persistence.ll (original)
+++ llvm/trunk/test/Transforms/LoopVectorize/vect.omp.persistence.ll Tue Apr 15 05:12:47 2014
@@ -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





More information about the llvm-commits mailing list