Skip to content

Commit

Permalink
Check interleaving without relying on debug output.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229027 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Olivier Sallenave committed Feb 13, 2015
1 parent 6636106 commit 5f235de
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions test/Transforms/LoopVectorize/PowerPC/small-loop-rdx.ll
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
; RUN: opt < %s -loop-vectorize -S -debug < %s 2>&1 | FileCheck %s
; REQUIRES: asserts
; RUN: opt < %s -loop-vectorize -S | FileCheck %s

; CHECK: LV: Unroll Factor is 12
; CHECK: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT: fadd
; CHECK-NEXT-NOT: fadd

target datalayout = "e-m:e-i64:64-n32:64"
target triple = "powerpc64le-ibm-linux-gnu"
Expand Down

0 comments on commit 5f235de

Please sign in to comment.