Modifying ARM code generator for elimination of 8bit writes - need help

Wolfgang Mües wolfgang@iksw-muees.de
Thu Jul 20 10:31:00 GMT 2006


Hello Rask,

On Wednesday 19 July 2006 13:24, Rask Ingemann Lambertsen wrote:
> I've spotted a function named emit_set_insn() in arm.c. It might be
> the problem, because it uses gen_rtx_SET() directly.

But it's not the only function which uses gen_rtx_SET. There are also
much places with

>     emit_constant_insn (cond,
> 	gen_rtx_SET (VOIDmode, target, source));

Isn't it better to replace gen_rtx_SET?

regards

Wolfgang
-- 
We're back to the times when men were men 
and wrote their own device drivers.

(Linus Torvalds)



More information about the Gcc mailing list