Displaying 1 result from an estimated 1 matches for "1db63825".
Did you mean:
17263825
2014 Feb 19
2
[LLVMdev] How to implement register allocation constraints to guide allocator dispatching different registers for certain instruction?
Hi Kevin,
I concur Tim’s advice, you should use the @earlyclobber.
Cheers,
-Quentin
On Feb 19, 2014, at 3:27 AM, Tim Northover <t.p.northover at gmail.com> wrote:
> Hi Kevin,
>
>> I suppose to add some extra rules on register allocator to avoid it
>> allocating register causing any unpredictable behavior, but I don't have
>> experience to this part. Can