summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2017-06-22 10:00:28 +0000
committerDiana Picus <diana.picus@linaro.org>2017-06-22 10:00:28 +0000
commitb512e915154a0d46c727513d4bf5b76e0dda95bf (patch)
tree0a83117dc431a77ad698ecdd4c088c75229793fd /llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll
parent1c29be7e4f755e513357055b6fafb428fcf9e4a1 (diff)
downloadbcm5719-llvm-b512e915154a0d46c727513d4bf5b76e0dda95bf.tar.gz
bcm5719-llvm-b512e915154a0d46c727513d4bf5b76e0dda95bf.zip
Revert "Enable vectorizer-maximize-bandwidth by default."
This reverts commit r305960 because it broke self-hosting on AArch64. llvm-svn: 305990
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll')
-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