brintos

brintos / llvm-project-archived public Read only

0
0
Text · 345 B · 130cbe6 Raw
13 lines · plain
1; RUN: llc < %s2; PR131113 4target 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"5target triple = "armv7-none-linux-gnueabi"6 7define void @test_hi_char8() noinline {8entry:9  %0 = load <4 x i8>, ptr undef, align 110  store <4 x i8> %0, ptr null, align 411  ret void12}13