This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Can register rename pass rename a callee-saved register?
"Mohamed Shafi" <shafitvm@gmail.com> writes:
>> Which version of gcc? I was under the impression that this
>> longstanding buglet was cleaned up by the dataflow work.
>>
>
> I am doing a port in gcc 4.1.2. The register is actually replaced
> by register copy-propagation optimization pass.
I believe that in gcc 4.3 this unnecessary store and load should no
longer happen.
Ian