public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Xionghu Luo <luoxhu@linux.ibm.com>
To: gcc-patches@gcc.gnu.org
Cc: segher@kernel.crashing.org, dje.gcc@gmail.com,
	wschmidt@linux.ibm.com, guojiufu@linux.ibm.com,
	linkw@gcc.gnu.org
Subject: Ping: [PATCH v2 0/2] Fix vec_sel code generation and merge xxsel to vsel
Date: Fri, 8 Oct 2021 09:17:32 +0800	[thread overview]
Message-ID: <c5a32e6d-8826-0c83-5d19-06539211383a@linux.ibm.com> (raw)
In-Reply-To: <20210917052505.2469224-1-luoxhu@linux.ibm.com>

Ping, thanks.


On 2021/9/17 13:25, Xionghu Luo wrote:
> These two patches are updated version from:
> https://gcc.gnu.org/pipermail/gcc-patches/2021-September/579490.html
> 
> Changes:
> 1. Fix alignment error in md files.
> 2. Replace rtx_equal_p with match_dup.
> 3. Use register_operand instead of gpc_reg_operand to align with
>    vperm/xxperm.
> 4. Regression tested pass on P8LE.
> 
> Xionghu Luo (2):
>   rs6000: Fix wrong code generation for vec_sel [PR94613]
>   rs6000: Fold xxsel to vsel since they have same semantics
> 
>  gcc/config/rs6000/altivec.md                  | 84 ++++++++++++++-----
>  gcc/config/rs6000/rs6000-call.c               | 62 ++++++++++++++
>  gcc/config/rs6000/rs6000.c                    | 19 ++---
>  gcc/config/rs6000/vector.md                   | 26 +++---
>  gcc/config/rs6000/vsx.md                      | 25 ------
>  gcc/testsuite/gcc.target/powerpc/builtins-1.c |  2 +-
>  gcc/testsuite/gcc.target/powerpc/pr94613.c    | 47 +++++++++++
>  7 files changed, 193 insertions(+), 72 deletions(-)
>  create mode 100644 gcc/testsuite/gcc.target/powerpc/pr94613.c
> 

-- 
Thanks,
Xionghu

  parent reply	other threads:[~2021-10-08  1:17 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-17  5:25 Xionghu Luo
2021-09-17  5:25 ` [PATCH v2 1/2] rs6000: Fix wrong code generation for vec_sel [PR94613] Xionghu Luo
2021-09-17  5:25 ` [PATCH v2 2/2] rs6000: Fold xxsel to vsel since they have same semantics Xionghu Luo
2021-10-08  1:17 ` Xionghu Luo [this message]
2021-10-15  6:28   ` Ping^2: [PATCH v2 0/2] Fix vec_sel code generation and merge xxsel to vsel Xionghu Luo
2021-10-22  3:25     ` Ping^3: " Xionghu Luo
2021-10-27 13:17       ` David Edelsohn

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=c5a32e6d-8826-0c83-5d19-06539211383a@linux.ibm.com \
    --to=luoxhu@linux.ibm.com \
    --cc=dje.gcc@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=guojiufu@linux.ibm.com \
    --cc=linkw@gcc.gnu.org \
    --cc=segher@kernel.crashing.org \
    --cc=wschmidt@linux.ibm.com \
    /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).