http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58160

Michael Meissner <meissner at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2013-08-14
           Assignee|unassigned at gcc dot gnu.org      |meissner at gcc dot 
gnu.org
     Ever confirmed|0                           |1

--- Comment #1 from Michael Meissner <meissner at gcc dot gnu.org> ---
In looking at the code for 403.gcc, the compiler spills the addis value to the
stack and then reloads it later.  It would be more optimal to just redo the
addis value.

Reply via email to