Displaying 2 results from an estimated 2 matches for "fsmovldp".
2008 May 09
0
[LLVMdev] Complicated Remat Question
...he later is a hack. :-) It's
Do you mean "remat" instead of "spill" here? If so, I think I know what
the problem is.
> I am not sure how you run into this problem. Can you give an example
> using pseudo code so I can understand?
The problem is on our end. We added FsMOVLDP and mistakenly marked
it as rematable.
-Dave
2008 May 09
2
[LLVMdev] Complicated Remat Question
On May 9, 2008, at 12:21 PM, David Greene wrote:
> On Friday 09 May 2008 13:20, David Greene wrote:
>
>> One is that %reg1461 is assigned a register but LocalSpiller still
>> tries to
>> remat it instead of just using the register it was assigned to. I
>> think
>> it's easy enough to fix this problem, but I don't think this gets
>> at the