search for: lbb2_4

Displaying 2 results from an estimated 2 matches for "lbb2_4".

Did you mean: lbb0_4
2013 Oct 21
1
[LLVMdev] MI scheduler produce badly code with inline function
Hi Andy, I'm working on defining new machine model for my target, But I don't understand how to define the in-order machine (reservation tables) in new model. For example, if target has IF ID EX WB stages should I do: let BufferSize=0 in { def IF: ProcResource<1>; def ID: ProcResource<1>; def EX: ProcResource<1>; def WB: ProcResource<1>; } def :
2012 Mar 20
0
[LLVMdev] Runtime linker issue wtih X11R6 on i386 with -O3 optimization
...te Reload movl something_else at GOT(%eax), %ecx .loc 1 26 3 # a.c:26:3 .Ltmp38: cmpl $0, (%ecx) je .LBB2_5 # BB#2: movl -28(%ebp), %eax # 4-byte Reload movl something_different at GOT(%eax), %ecx .loc 1 27 4 # a.c:27:4 .Ltmp39: cmpl $0, (%ecx) je .LBB2_4 # BB#3: .loc 1 28 5 # a.c:28:5 .Ltmp40: movl -16(%ebp), %eax movl -20(%ebp), %ecx movl -24(%ebp), %edx movl %eax, (%esp) movl %ecx, 4(%esp) movl %edx, 8(%esp) movl -28(%ebp), %ebx # 4-byte Reload calll ex_func at PLT .loc 1 29 5 # a.c:29:5 movl -...