[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / ARM / 2009-08-31-TwoRegShuffle.ll
blob45e0108f253c9c6a9d10b9fb4a31db3535f16695
1 ; RUN: llc -mtriple=arm-eabi -mattr=+neon %s -o - | FileCheck %s
2 ; pr4843
4 define <4 x i16> @v2regbug(ptr %B) nounwind {
5 ;CHECK-LABEL: v2regbug:
6 ;CHECK: vzip.16
7         %tmp1 = load <4 x i16>, ptr %B
8         %tmp2 = shufflevector <4 x i16> %tmp1, <4 x i16> undef, <4 x i32><i32 0, i32 0, i32 1, i32 1>
9         ret <4 x i16> %tmp2