summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/ARM
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2017-06-30 06:32:21 +0000
committerDaniel Jasper <djasper@google.com>2017-06-30 06:32:21 +0000
commit5ce1ce742ed24d215eed7d7f93373d484477979c (patch)
treec0443f441348f075459079fb6793d8119656ba26 /llvm/test/Transforms/LoopVectorize/ARM
parent37c8ee76116616d4964cba2f1aa3317914c83eb8 (diff)
downloadbcm5719-llvm-5ce1ce742ed24d215eed7d7f93373d484477979c.tar.gz
bcm5719-llvm-5ce1ce742ed24d215eed7d7f93373d484477979c.zip
Revert "r306473 - re-commit r306336: Enable vectorizer-maximize-bandwidth by default."
This still breaks PPC tests we have. I'll forward reproduction instructions to dehao. llvm-svn: 306792
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/ARM')
-rw-r--r--llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll b/llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll
index 609b304f93f..783156d7399 100644
--- a/llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll
+++ b/llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll
@@ -35,9 +35,9 @@ define void @example1() nounwind uwtable ssp {
}
;CHECK-LABEL: @example10b(
-;CHECK: load <8 x i16>
-;CHECK: sext <8 x i16>
-;CHECK: store <8 x i32>
+;CHECK: load <4 x i16>
+;CHECK: sext <4 x i16>
+;CHECK: store <4 x i32>
;CHECK: ret void
define void @example10b(i16* noalias nocapture %sa, i16* noalias nocapture %sb, i16* noalias nocapture %sc, i32* noalias nocapture %ia, i32* noalias nocapture %ib, i32* noalias nocapture %ic) nounwind uwtable ssp {
br label %1
OpenPOWER on IntegriCloud