brintos

brintos / llvm-project-archived public Read only

0
0
Text · 336 B · aee5f08 Raw
17 lines · plain
1; RUN: llc -mtriple=thumbv7-windows -filetype asm -o - %s | FileCheck %s2 3@i = internal global i32 0, align 44 5; Function Attrs: minsize6define arm_aapcs_vfpcc ptr @function() #0 {7entry:8  ret ptr @i9}10 11attributes #0 = { minsize }12 13; CHECK: function:14; CHECK:   movw  r0, :lower16:i15; CHECK:   movt  r0, :upper16:i16; CHECK:   bx    lr17