qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Richard Henderson <richard.henderson@linaro.org>
To: Taylor Simpson <tsimpson@quicinc.com>, qemu-devel@nongnu.org
Cc: f4bug@amsat.org, ale@rev.ng, anjo@rev.ng, bcain@quicinc.com,
	mlambert@quicinc.com
Subject: Re: [PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf
Date: Sat, 9 Jul 2022 08:43:09 +0530	[thread overview]
Message-ID: <1c1725ac-c9a4-fd65-9d43-063fe4cf45fe@linaro.org> (raw)
In-Reply-To: <20220707210546.15985-1-tsimpson@quicinc.com>

On 7/8/22 02:35, Taylor Simpson wrote:
> Recall that the semantics of a Hexagon mem_noshuf packet are that the
> store effectively happens before the load.  There are two bug fixes
> in this series.
> 
> 
> Taylor Simpson (2):
>    Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load
>    Hexagon (target/hexagon) fix bug in mem_noshuf load exception
> 
>   target/hexagon/gen_tcg.h                 |  10 +-
>   target/hexagon/helper.h                  |   1 +
>   target/hexagon/macros.h                  |  37 ++++--
>   target/hexagon/genptr.c                  |   7 ++
>   target/hexagon/op_helper.c               |  23 +++-
>   tests/tcg/hexagon/mem_noshuf.c           | 122 ++++++++++++++++++-
>   tests/tcg/hexagon/mem_noshuf_exception.c | 146 +++++++++++++++++++++++
>   tests/tcg/hexagon/Makefile.target        |   1 +
>   8 files changed, 323 insertions(+), 24 deletions(-)
>   create mode 100644 tests/tcg/hexagon/mem_noshuf_exception.c
> 

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~


      parent reply	other threads:[~2022-07-09  3:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-07 21:05 [PATCH 0/2] Hexagon (target/hexagon) bug fixes for mem_noshuf Taylor Simpson
2022-07-07 21:05 ` [PATCH 1/2] Hexagon (target/hexagon) fix store w/mem_noshuf & predicated load Taylor Simpson
2022-07-07 21:05 ` [PATCH 2/2] Hexagon (target/hexagon) fix bug in mem_noshuf load exception Taylor Simpson
2022-07-09  3:13 ` Richard Henderson [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=1c1725ac-c9a4-fd65-9d43-063fe4cf45fe@linaro.org \
    --to=richard.henderson@linaro.org \
    --cc=ale@rev.ng \
    --cc=anjo@rev.ng \
    --cc=bcain@quicinc.com \
    --cc=f4bug@amsat.org \
    --cc=mlambert@quicinc.com \
    --cc=qemu-devel@nongnu.org \
    --cc=tsimpson@quicinc.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 NNTP newsgroup(s).