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: Richard Henderson <rth at redhat dot com>
- Date: Tue, 3 Apr 2001 14:21:06 -0700
- Cc: Jan Hubicka <hubicka at atrey dot karlin dot mff dot cuni dot cz>, 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>
On Tue, Apr 03, 2001 at 01:18:24PM +0200, Lars Brinkhoff wrote:
> 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. Pmode needs to be pushed all the way through the genfoo
programs. Moreover, this won't even compile many places, since
Pmode ususally depends on target flags, which are not linked
against genfoo.
r~