[win/asan] GetInstructionSize: Fix `83 E4 XX` to return 3. (#119644)
[llvm-project.git] / llvm / test / CodeGen / ARM / 2012-08-08-legalize-unaligned.ll
blob130cbe6d99ca2a58dfc8c69702165806399439c4
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>, ptr undef, align 1
10   store <4 x i8> %0, ptr null, align 4
11   ret void