Displaying 4 results from an estimated 4 matches for "exemplfi".
Did you mean:
exempli
2016 Jun 02
2
PBQP register allocation and copy propagation
Hi Lang and Arnaud,
I've been testing out the PBQP allocator for Thumb-2 and have ran into a
problem I'd love to get your input on.
The problem is exemplfied in the codegen for the function @bar in the
attached IR file:
bar:
push {r4, lr}
sub sp, #12
(1) movw r2, :lower16:.L_MergedGlobals
(1) movt r2, :upper16:.L_MergedGlobals
ldm.w r2, {r0, r1, r3, r12, lr}
ldrd r4, r2, [r2, #20]
strd...
2016 Jun 03
2
PBQP register allocation and copy propagation
...De Grandmaison
Subject: Re: [llvm-dev] PBQP register allocation and copy propagation
On 06/02/2016 07:22 PM, James Molloy via llvm-dev wrote:
Hi Lang and Arnaud,
I've been testing out the PBQP allocator for Thumb-2 and have ran into a problem I'd love to get your input on.
The problem is exemplfied in the codegen for the function @bar in the attached IR file:
bar:
push {r4, lr}
sub sp, #12
(1) movw r2, :lower16:.L_MergedGlobals
(1) movt r2, :upper16:.L_MergedGlobals
ldm.w r2, {r0, r1, r3, r12, lr}
ldrd r4, r2, [r2, #20]
strd...
2016 Jun 03
2
PBQP register allocation and copy propagation
...16 07:22 PM, James Molloy via llvm-dev wrote:
>>
>> Hi Lang and Arnaud,
>>
>>
>>
>> I've been testing out the PBQP allocator for Thumb-2 and have ran into a
>> problem I'd love to get your input on.
>>
>>
>>
>> The problem is exemplfied in the codegen for the function @bar in the
>> attached IR file:
>>
>>
>>
>> bar:
>>
>> push {r4, lr}
>>
>> sub sp, #12
>>
>> (1) movw r2, :lower16:.L_MergedGlobals
>>
>> (1) movt r2...
2016 Jun 04
2
PBQP register allocation and copy propagation
...De Grandmaison
Subject: Re: [llvm-dev] PBQP register allocation and copy propagation
On 06/02/2016 07:22 PM, James Molloy via llvm-dev wrote:
Hi Lang and Arnaud,
I've been testing out the PBQP allocator for Thumb-2 and have ran into a problem I'd love to get your input on.
The problem is exemplfied in the codegen for the function @bar in the attached IR file:
bar:
push {r4, lr}
sub sp, #12
(1) movw r2, :lower16:.L_MergedGlobals
(1) movt r2, :upper16:.L_MergedGlobals
ldm.w r2, {r0, r1, r3, r12, lr}
ldrd r4, r2, [r2, #20]
strd...