This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: x86_64 merger part 24 - string operations
- To: Lars Brinkhoff <lars dot spam at nocrew dot org>
- Subject: Re: x86_64 merger part 24 - string operations
- From: Jan Hubicka <jh at suse dot cz>
- Date: Tue, 3 Apr 2001 18:00:07 +0200
- Cc: Richard Henderson <rth at redhat dot com>, gcc-patches at gcc dot gnu dot org
- References: <200103250048.BAA23876@atrey.karlin.mff.cuni.cz> <20010324205125.C7473@redhat.com> <853dbqb5a7.fsf@junk.nocrew.org>
> Richard Henderson <rth@redhat.com> writes:
> > There seems to be a real need for patterns to be able to use Pmode.
>
> Would something like this be acceptable?
No, it is not enought - with this way the Pmode will be converted eighter
to SImode/PImode on the time insn-recog is generated.
We need to convert it much later.
Honza