qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Richard Henderson <richard.henderson@linaro.org>, qemu-devel@nongnu.org
Subject: Re: [PATCH] tcg: Init temp_subindex in liveness_pass_2
Date: Sat, 4 Feb 2023 19:16:09 +0100	[thread overview]
Message-ID: <a58e814a-322e-da47-b15a-e4a95fbf202a@linaro.org> (raw)
In-Reply-To: <20230203225928.4129774-1-richard.henderson@linaro.org>

On 3/2/23 23:59, Richard Henderson wrote:
> Correctly handle large types while lowering.
> 
> Fixes: fac87bd2a49b ("tcg: Add temp_subindex to TCGTemp")
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>   tcg/tcg.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/tcg/tcg.c b/tcg/tcg.c
> index fd557d55d3..bc60fd0fe8 100644
> --- a/tcg/tcg.c
> +++ b/tcg/tcg.c
> @@ -3063,6 +3063,7 @@ static bool liveness_pass_2(TCGContext *s)
>               TCGTemp *dts = tcg_temp_alloc(s);
>               dts->type = its->type;
>               dts->base_type = its->base_type;
> +            dts->temp_subindex = its->temp_subindex;
>               dts->kind = TEMP_EBB;
>               its->state_ptr = dts;
>           } else {

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>



      reply	other threads:[~2023-02-04 18:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-03 22:59 [PATCH] tcg: Init temp_subindex in liveness_pass_2 Richard Henderson
2023-02-04 18:16 ` Philippe Mathieu-Daudé [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=a58e814a-322e-da47-b15a-e4a95fbf202a@linaro.org \
    --to=philmd@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /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).