[llvm] r178123 - Allocate r0 on PPC

Chris Lattner clattner at apple.com
Wed Mar 27 11:15:19 PDT 2013


On Mar 26, 2013, at 11:52 PM, Hal Finkel <hfinkel at anl.gov> wrote:

> Author: hfinkel
> Date: Wed Mar 27 01:52:27 2013
> New Revision: 178123
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=178123&view=rev
> Log:
> Allocate r0 on PPC
> 
> The R0 register can now be allocated because instructions
> that cannot use R0 as a GPR have been appropriately marked.

Fantastic!  Don't forget to update the first line of the PowerPC/README.txt file :-)

-Chris



More information about the llvm-commits mailing list