How to define "implicit extend"

Richard Henderson rth@redhat.com
Mon Dec 16 11:46:00 GMT 2002


On Fri, Dec 13, 2002 at 12:40:33AM +0100, devik wrote:
> Is there way to tell GCC that all registers can be zero_extended
> just by pretending they already are ?

Kind of, but you don't want to do that -- it'll get you into
more trouble than you want.  What you want is to add patterns
such that the composition of zero_extend and the original 
operation is visible to the combiner.


r~



More information about the Gcc mailing list