This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: zext_register_operand related fixes, take 2
- To: Jan Hubicka <jh at suse dot cz>
- Subject: Re: zext_register_operand related fixes, take 2
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 31 May 2001 14:18:10 -0700
- Cc: gcc-patches at gcc dot gnu dot org, patches at x86-64 dot org
- References: <20010531191630.N28764@atrey.karlin.mff.cuni.cz>
On Thu, May 31, 2001 at 07:16:30PM +0200, Jan Hubicka wrote:
> * i386.md (all uses of ext_register_operand): Make sure they are
> VOIDmode; replace all uses outside zero_extend.
> (and?i splitters): Use ext_register_operands.
> (test?i peep2): Remove ignored constraints.
> * i386.c (ext_register_operand): Check that operand is
> eighter pseudo or hard or 'Q' register.
Ok.
r~