This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: code quality pesimization with function returning changes


On Wed, Jun 06, 2001 at 11:45:25AM +0200, Jan Hubicka wrote:
> That way we will still use hard register as return value, but
> the sign_extend will be emitted as sign_extend to register followed by
> move.

That doesn't help.  At present we only do that kind of
if-conversion on blocks with single instructions.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]