diff options
author | Teresa Johnson <tejohnson@google.com> | 2017-07-01 03:24:07 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2017-07-01 03:24:07 +0000 |
commit | de56903bde27fc257e66bdd525572b6c76dcb6f3 (patch) | |
tree | dd938717de63491071ec96d3c0d35bdafc63fbb4 /llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll | |
parent | 1fbaffeba1409fa7b9c90045754f053f898f614b (diff) | |
download | bcm5719-llvm-de56903bde27fc257e66bdd525572b6c76dcb6f3.tar.gz bcm5719-llvm-de56903bde27fc257e66bdd525572b6c76dcb6f3.zip |
revert r306336 for breaking ppc test.
llvm-svn: 306934
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll')
-rw-r--r-- | llvm/test/Transforms/LoopVectorize/ARM/gcc-examples.ll | 6 |
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 |