summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll
diff options
context:
space:
mode:
authorDehao Chen <dehao@google.com>2017-06-26 23:05:35 +0000
committerDehao Chen <dehao@google.com>2017-06-26 23:05:35 +0000
commit8b7effb344d6b4063952ceb92810de20c4410991 (patch)
tree77c0869db497309624d0204e94a3f197d5b6eee2 /llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll
parent623513742c068bf463e8287d91ba42bc2fe2e3ef (diff)
downloadbcm5719-llvm-8b7effb344d6b4063952ceb92810de20c4410991.tar.gz
bcm5719-llvm-8b7effb344d6b4063952ceb92810de20c4410991.zip
revert r306336 for breaking ppc test.
llvm-svn: 306344
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