This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Improve andq $0xffffffff, %reg handling (PR target/53110)
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Uros Bizjak <ubizjak at gmail dot com>, gcc-patches at gcc dot gnu dot org
- Date: Wed, 25 Apr 2012 12:22:49 -0700
- Subject: Re: [PATCH] Improve andq $0xffffffff, %reg handling (PR target/53110)
- References: <20120425191453.GX16117@tyan-ft48-01.lab.bos.redhat.com>
On 04/25/12 12:14, Jakub Jelinek wrote:
> 2012-04-25 Jakub Jelinek <jakub@redhat.com>
>
> PR target/53110
> * config/i386/i386.md (and<mode>3): For andq $0xffffffff, reg
> instead expand it as zero extension.
Ok.
r~