diff options
author | Eric Christopher <echristo@gmail.com> | 2013-04-15 07:31:37 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2013-04-15 07:31:37 +0000 |
commit | 13637e900e73a8c0a5b822e2ef7e2742e9650072 (patch) | |
tree | 55a986376166c345b10cd1d41b45a8e1c94918b1 /llvm/test/Transforms/SLPVectorizer/X86/reduction2.ll | |
parent | fc2beaa1362ab880b8f4353ccbc6b9603dd24215 (diff) | |
download | bcm5719-llvm-13637e900e73a8c0a5b822e2ef7e2742e9650072.tar.gz bcm5719-llvm-13637e900e73a8c0a5b822e2ef7e2742e9650072.zip |
Revert "Recommit r179497 after fixing uninitialized variable." until
I can fix the testcases here:
http://lab.llvm.org:8011/builders/clang-native-arm-cortex-a9/builds/6952
This reverts commit r179512 due to testcases specifying triples
that they didn't actually mean and causing failures on other platforms.
llvm-svn: 179513
Diffstat (limited to 'llvm/test/Transforms/SLPVectorizer/X86/reduction2.ll')
-rw-r--r-- | llvm/test/Transforms/SLPVectorizer/X86/reduction2.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Transforms/SLPVectorizer/X86/reduction2.ll b/llvm/test/Transforms/SLPVectorizer/X86/reduction2.ll index 9cce0be6e3d..7aa7d7e243d 100644 --- a/llvm/test/Transforms/SLPVectorizer/X86/reduction2.ll +++ b/llvm/test/Transforms/SLPVectorizer/X86/reduction2.ll @@ -1,5 +1,8 @@ ; RUN: opt < %s -basicaa -slp-vectorizer -dce -S -mtriple=i386-apple-macosx10.8.0 -mcpu=corei7-avx | FileCheck %s +target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128-n8:16:32-S128" +target triple = "i386-apple-macosx10.8.0" + ;CHECK: @foo ;CHECK: load <2 x double> ;CHECK: ret |