From: Jeff Law <law@redhat.com>
To: Marc Glisse <marc.glisse@inria.fr>, gcc-patches@gcc.gnu.org
Subject: Re: [RTL] (vec_select (vec_concat a b) c) may be just a or b
Date: Fri, 18 Jul 2014 05:05:00 -0000 [thread overview]
Message-ID: <53C744C9.2090001@redhat.com> (raw)
In-Reply-To: <alpine.DEB.2.02.1406212008520.18994@stedding.saclay.inria.fr>
On 06/21/14 13:16, Marc Glisse wrote:
> Hello,
>
> this is another small simplification of RTL for vectors. Note that it
> doesn't really solve the problem, because these simplifications are only
> performed for single-use objects. If I start from vectors [a,b] and
> [c,d] and concatenate them into [a,b,c,d], then extract both halves, as
> in the original testcase in the PR, we won't notice that those are the
> original vectors. Still, better than nothing...
>
> (we output a vzeroupper for the testcase, that seems unnecessary)
>
> Bootstrap+testsuite on x86_64-linux-gnu.
>
> 2014-06-22 Marc Glisse <marc.glisse@inria.fr>
>
> PR target/44551
> gcc/
> * simplify-rtx.c (simplify_binary_operation_1) <VEC_SELECT>:
> Optimize inverse of a VEC_CONCAT.
> gcc/testsuite/
> * gcc.target/i386/pr44551-1.c: New file.
>
OK.
Jeff
prev parent reply other threads:[~2014-07-18 5:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-21 19:16 Marc Glisse
2014-07-18 5:05 ` Jeff Law [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=53C744C9.2090001@redhat.com \
--to=law@redhat.com \
--cc=gcc-patches@gcc.gnu.org \
--cc=marc.glisse@inria.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).