Home | History | Annotate | Download | only in ARM
      1 ; RUN: llc < %s
      2 ; PR13111
      3 
      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"
      6 
      7 define void @test_hi_char8() noinline {
      8 entry:
      9   %0 = load <4 x i8>* undef, align 1
     10   store <4 x i8> %0, <4 x i8>* null, align 4
     11   ret void
     12 }
     13