[InstCombine] Signed saturation patterns
[llvm-core.git] / test / ExecutionEngine / RuntimeDyld / X86 / ELF_x86_64_StubBuf.s
blob71463dd34342bf9b505f9ba3b2e9d41cddc7ee4d
1 # RUN: llvm-mc -triple=x86_64-apple-macosx10.10.0 -filetype=obj -o %t %s
2 # RUN: llvm-rtdyld -print-alloc-requests -triple=x86_64-pc-linux -dummy-extern _g=196608 -verify %t
4 # Compiled from Inputs/ELF/ELF_x86_64_StubBuf.ll
6 # CHECK: allocateCodeSection(Size = 42, Alignment = 16, SectionName = __text)
8 .section __TEXT,__text,regular,pure_instructions
9 .macosx_version_min 10, 10
10 .globl _f
11 .align 4, 0x90
12 _f: ## @f
13 .cfi_startproc
14 ## %bb.0: ## %entry
15 pushq %rax
16 Ltmp0:
17 .cfi_def_cfa_offset 16
18 callq _g
19 callq _g
20 callq _g
21 popq %rax
22 retq
23 .cfi_endproc
26 .subsections_via_symbols