summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms
diff options
context:
space:
mode:
authorCharlie Turner <charlie.turner@arm.com>2015-12-16 17:22:24 +0000
committerCharlie Turner <charlie.turner@arm.com>2015-12-16 17:22:24 +0000
commitb69b92855d3e2c525186c7a9da89745f3eee7ccf (patch)
treecf25bb2674de068618bd0fba9976f87eda1d91c6 /llvm/test/Transforms
parent30a42bf585e3505e4f52ea191be41407ba5861e8 (diff)
downloadbcm5719-llvm-b69b92855d3e2c525186c7a9da89745f3eee7ccf.tar.gz
bcm5719-llvm-b69b92855d3e2c525186c7a9da89745f3eee7ccf.zip
[NFC] Update horizontal reduction test cases.
These testcases no longer need to specify -slp-vectorize-hor, since it was enabled by default in r252733. llvm-svn: 255783
Diffstat (limited to 'llvm/test/Transforms')
-rw-r--r--llvm/test/Transforms/SLPVectorizer/AArch64/horizontal.ll2
-rw-r--r--llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/SLPVectorizer/AArch64/horizontal.ll b/llvm/test/Transforms/SLPVectorizer/AArch64/horizontal.ll
index b31f215f1ae..8f8bf2648aa 100644
--- a/llvm/test/Transforms/SLPVectorizer/AArch64/horizontal.ll
+++ b/llvm/test/Transforms/SLPVectorizer/AArch64/horizontal.ll
@@ -1,4 +1,4 @@
-; RUN: opt -slp-vectorizer -slp-threshold=-6 -slp-vectorize-hor -S < %s | FileCheck %s
+; RUN: opt -slp-vectorizer -slp-threshold=-6 -S < %s | FileCheck %s
; FIXME: The threshold is changed to keep this test case a bit smaller.
; The AArch64 cost model should not give such high costs to select statements.
diff --git a/llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll b/llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll
index 83b2e01f04e..62cf4c1fcfb 100644
--- a/llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll
+++ b/llvm/test/Transforms/SLPVectorizer/X86/horizontal.ll
@@ -1,4 +1,4 @@
-; RUN: opt -slp-vectorizer -slp-vectorize-hor -S < %s -mtriple=x86_64-apple-macosx -mcpu=corei7-avx | FileCheck %s --check-prefix=NOSTORE
+; RUN: opt -slp-vectorizer -S < %s -mtriple=x86_64-apple-macosx -mcpu=corei7-avx | FileCheck %s --check-prefix=NOSTORE
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"
OpenPOWER on IntegriCloud