This is the mail archive of the gcc-patches@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]
Other format: [Raw text]

Re: [PATCH, i386]: Generate xlat insn


Hi,

On Mon, 24 Sep 2007, Richard Guenther wrote:

> > I very much doubt that it is worth to generate this insn. OTOH, if we 
> > conditionalize this to -Os, there will be at least a way to generate 
> > it.
> 
> Maybe this should be done post-reload only to avoid the register 
> constraining?

Indeed.  But even then only for -Os.  E.g. for AMD xlat is a vectorpath 
insn, unlike movzb, so it requires considerably more resources (even 
though the latency is the same).


Ciao,
Michael.


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