search for: ltmp16

Displaying 4 results from an estimated 4 matches for "ltmp16".

Did you mean: ltmp1
2012 Mar 28
2
[LLVMdev] Suboptimal code due to excessive spilling
...} return s; } ====== Output A ====== ====================== foo: # @foo .Ltmp12: .cfi_startproc # BB#0: pushl %ebx .Ltmp13: .cfi_def_cfa_offset 8 pushl %edi .Ltmp14: .cfi_def_cfa_offset 12 pushl %esi .Ltmp15: .cfi_def_cfa_offset 16 subl $88, %esp .Ltmp16: .cfi_def_cfa_offset 104 .Ltmp17: .cfi_offset %esi, -16 .Ltmp18: .cfi_offset %edi, -12 .Ltmp19: .cfi_offset %ebx, -8 pxor %xmm0, %xmm0 movl 112(%esp), %eax testl %eax, %eax je .LBB1_3 # BB#1: xorl %ebx, %ebx movl 108(%esp), %ecx movl 104(%esp), %edx xorl %esi, %esi .align 16, 0x90 .LBB...
2012 Apr 05
0
[LLVMdev] Suboptimal code due to excessive spilling
...} return s; } ====== Output A ====== ====================== foo: # @foo .Ltmp12: .cfi_startproc # BB#0: pushl %ebx .Ltmp13: .cfi_def_cfa_offset 8 pushl %edi .Ltmp14: .cfi_def_cfa_offset 12 pushl %esi .Ltmp15: .cfi_def_cfa_offset 16 subl $88, %esp .Ltmp16: .cfi_def_cfa_offset 104 .Ltmp17: .cfi_offset %esi, -16 .Ltmp18: .cfi_offset %edi, -12 .Ltmp19: .cfi_offset %ebx, -8 pxor %xmm0, %xmm0 movl 112(%esp), %eax testl %eax, %eax je .LBB1_3 # BB#1: xorl %ebx, %ebx movl 108(%esp), %ecx movl 104(%esp), %edx xorl %esi, %esi .align 16, 0x90 .LBB...
2015 Jan 19
2
[LLVMdev] [INCOMPLETE] [GC] Support wrapping vararg functions in statepoint
...: test_i1_return @@ -75,6 +76,20 @@ entry: ret i1 %call2 } +define i1 @test_vararg(i32 addrspace(1)* %a) gc "statepoint-example" { +; CHECK-LABEL: test_vararg +; Check that an ununsed relocate has no code-generation impact +; CHECK: pushq %rax +; CHECK: callq varargf +; CHECK-NEXT: .Ltmp16: +; CHECK-NEXT: popq %rdx +; CHECK-NEXT: retq +entry: + %safepoint_token = tail call i32 (i1 (i32, ...)*, i32, i32, ...)* @llvm.experimental.gc.statepoint.p0f_i1i32varargf(i1 (i32, ...)* @varargf, i32 2, i32 0, i32 42, i32 43, i32 0, i32 addrspace(1)* %a) + %call = call zeroext i1 @llvm.experimen...
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
...# a.c:14:1 movl %eax, -12(%ebp) # 4-byte Spill addl $20, %esp popl %ebx popl %ebp ret .Ltmp10: .Ltmp11: .size moo, .Ltmp11-moo .Lfunc_end0: .Ltmp12: .cfi_endproc .Leh_func_end0: .globl meh .align 16, 0x90 .type meh, at function meh: # @meh .Ltmp16: .cfi_startproc .Lfunc_begin1: .loc 1 18 0 # a.c:18:0 # BB#0: pushl %ebp .Ltmp17: .cfi_def_cfa_offset 8 .Ltmp18: .cfi_offset %ebp, -8 movl %esp, %ebp .Ltmp19: .cfi_def_cfa_register %ebp pushl %ebx subl $20, %esp .Ltmp20: .cfi_offset %ebx, -12 calll .L1$pb .L1$pb: popl %...