USE insn and new register allocator

Richard Henderson rth@redhat.com
Mon May 12 01:28:00 GMT 2003


On Sun, May 11, 2003 at 02:37:43PM +0200, Herman ten Brugge wrote:
> 1) Is this the correct way to implement this in the md file.

No.

> Should we modify the md file?

Yes.

Use two define_expand patterns.  One takes the two arguments
you expect, one takes 10 arguments that you generate.  The
first does 

  emit_insn (gen_adsf (...))
  DONE;

> 2) Should we change genemit.c to remove these USE insns? For example:

No.


r~



More information about the Gcc mailing list