forked from OSchip/llvm-project
llvm/test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll REQUIRES +Asserts due to -debug.
llvm-svn: 228989
This commit is contained in:
parent
1b48019751
commit
34d46fa297
|
@ -1,4 +1,5 @@
|
||||||
; RUN: opt < %s -loop-vectorize -S -debug < %s 2>&1 | FileCheck %s
|
; RUN: opt < %s -loop-vectorize -S -debug < %s 2>&1 | FileCheck %s
|
||||||
|
; REQUIRES: asserts
|
||||||
|
|
||||||
; CHECK: LV: Unroll Factor is 12
|
; CHECK: LV: Unroll Factor is 12
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue