reverse conditionnal jump

Georg-Johann Lay avr@gjlay.de
Fri Jan 6 00:24:00 GMT 2012


BELBACHIR Selim schrieb:
> Hi,
> 
> I'm still developping a new private target backend (gcc4.5.2) and I
> noticed something strange in the assembler generated for conditionnal
> jump.

Maybe unfortunate defnition of branch costs or rtx costs?

> How can I tell GCC to perform the best conditionnal jump by sometimes
> reversing the comparison ?

You can expand to a form that's best.
Moreover there is CANONICALIZE_COMPARISON hook.

> Regards,
> 
> Selim



More information about the Gcc mailing list