This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 0004-Set-pseudos-only-once.patch
On 06/16/10 09:57, Maxim Kuvyrkov wrote:
IRA and reload has special relationship with pseudos that are set only
once. When such pseudos initialized with constants or instances that
can be considered constant across the function, reload can
rematerialize them instead of spilling or apply other optimizations.
This patch makes sure that we don't unnecessarily set same pseudo more
than once.
OK to apply?
OK. THanks,
Jeff