From de56903bde27fc257e66bdd525572b6c76dcb6f3 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Sat, 1 Jul 2017 03:24:07 +0000 Subject: revert r306336 for breaking ppc test. llvm-svn: 306934 --- llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll') 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 -- cgit v1.2.3