[test] Pre-commit llvm.experimental.memset.pattern tests prior to MemoryLocation...
[llvm-project.git] / llvm / test / CodeGen / ARM / Windows / global-minsize.ll
blobaee5f08000b940075b99fce7cd8f3fcd76424f97
1 ; RUN: llc -mtriple=thumbv7-windows -filetype asm -o - %s | FileCheck %s
3 @i = internal global i32 0, align 4
5 ; Function Attrs: minsize
6 define arm_aapcs_vfpcc ptr @function() #0 {
7 entry:
8   ret ptr @i
11 attributes #0 = { minsize }
13 ; CHECK: function:
14 ; CHECK:   movw  r0, :lower16:i
15 ; CHECK:   movt  r0, :upper16:i
16 ; CHECK:   bx    lr