summaryrefslogtreecommitdiff
path: root/test/Transforms/LoopVectorize/non-const-n.ll
diff options
context:
space:
mode:
authorNadav Rotem <nrotem@apple.com>2012-10-24 20:36:32 +0000
committerNadav Rotem <nrotem@apple.com>2012-10-24 20:36:32 +0000
commit50bec6f8c494957b00dd225ddf580d3e0b97b871 (patch)
tree1ed8a65a91fd87f8f56cb65c40df55f8ead9114f /test/Transforms/LoopVectorize/non-const-n.ll
parentd258eb3ec5cc5c9a28d3a8cd80241c9df24ce3a1 (diff)
downloadllvm-50bec6f8c494957b00dd225ddf580d3e0b97b871.tar.gz
llvm-50bec6f8c494957b00dd225ddf580d3e0b97b871.tar.bz2
llvm-50bec6f8c494957b00dd225ddf580d3e0b97b871.tar.xz
LoopVectorizer: Add a basic cost model which uses the VTTI interface.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166620 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/LoopVectorize/non-const-n.ll')
-rw-r--r--test/Transforms/LoopVectorize/non-const-n.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopVectorize/non-const-n.ll b/test/Transforms/LoopVectorize/non-const-n.ll
index 04c5c84a4f..7727b0a2dc 100644
--- a/test/Transforms/LoopVectorize/non-const-n.ll
+++ b/test/Transforms/LoopVectorize/non-const-n.ll
@@ -1,4 +1,4 @@
-; RUN: opt < %s -loop-vectorize -dce -instcombine -licm -S | FileCheck %s
+; RUN: opt < %s -loop-vectorize -force-vector-width=4 -dce -instcombine -licm -S | FileCheck %s
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64-S128"
target triple = "x86_64-apple-macosx10.8.0"