Displaying 3 results from an estimated 3 matches for "isgpfi".
Did you mean:
is_pf
2012 Aug 17
2
[LLVMdev] MIPS & GP register
...P from the list
> of reserved registers in this checkin:
>
> > ------------------------------------------------------------------------
> > r156694 | ahatanak | 2012-05-11 20:21:18 -0700 (Fri, 11 May 2012) | 3
> lines
> >
> > Stop reserving register $gp. Do not call isGPFI to check whether a frame
> object
> > is the $gp save slot.
>
>
> Adding Mips::GP back into the reserved register list made everything go
> back to normal. I'm guessing that GP was removed from the list on purpose,
> so I don't think my change is necessarily correct...
2012 Aug 17
0
[LLVMdev] MIPS & GP register
...oval of GP from the list of reserved registers in this checkin:
>
> > ------------------------------------------------------------------------
> > r156694 | ahatanak | 2012-05-11 20:21:18 -0700 (Fri, 11 May 2012) | 3 lines
> >
> > Stop reserving register $gp. Do not call isGPFI to check whether a frame object
> > is the $gp save slot.
>
>
> Adding Mips::GP back into the reserved register list made everything go back to normal. I'm guessing that GP was removed from the list on purpose, so I don't think my change is necessarily correct, but it did...
2012 Aug 16
2
[LLVMdev] MIPS & GP register
...track it down to the removal of GP from the list of reserved registers in this checkin:
> ------------------------------------------------------------------------
> r156694 | ahatanak | 2012-05-11 20:21:18 -0700 (Fri, 11 May 2012) | 3 lines
>
> Stop reserving register $gp. Do not call isGPFI to check whether a frame object
> is the $gp save slot.
Adding Mips::GP back into the reserved register list made everything go back to normal. I'm guessing that GP was removed from the list on purpose, so I don't think my change is necessarily correct, but it did fix our problems. I...