Force a fixed unroll count on the target independent tests.

This should fix clang-native-arm-cortex-a9. Thanks Renato.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171582 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nadav Rotem
2013-01-05 00:58:48 +00:00
parent 8a0631a35e
commit f7737b5baa
27 changed files with 27 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
; RUN: opt < %s -loop-vectorize -force-vector-width=4 -dce -instcombine -licm -S | FileCheck %s
; RUN: opt < %s -loop-vectorize -force-vector-unroll=1 -force-vector-width=4 -dce -instcombine -licm -S | FileCheck %s
; rdar://problem/12848162