[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / ARM / 2012-08-08-legalize-unaligned.ll
blob576dff4d001e51ca386e88cb441baf65c2c889dd
1 ; RUN: llc < %s
2 ; PR13111
4 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32"
5 target triple = "armv7-none-linux-gnueabi"
7 define void @test_hi_char8() noinline {
8 entry:
9   %0 = load <4 x i8>, <4 x i8>* undef, align 1
10   store <4 x i8> %0, <4 x i8>* null, align 4
11   ret void