From: Laurent Desnogues <laurent.desnogues@gmail.com>
To: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
Peter Maydell <peter.maydell@linaro.org>
Subject: [Qemu-devel] AArch64: duplicate store in do_fp_st
Date: Sat, 11 Oct 2014 18:32:01 +0200 [thread overview]
Message-ID: <CABoDooO81WUcsq+NmgNuerouzCPGoYYq1Er0XCDVVmDrFTnTOg@mail.gmail.com> (raw)
Hello,
in target-arm/translate-a64.c:do_fp_st, it looks like there's an
extraneous store:
TCGv_i64 tcg_hiaddr = tcg_temp_new_i64();
tcg_gen_qemu_st_i64(tmp, tcg_addr, get_mem_index(s), MO_TEQ);
tcg_gen_qemu_st64(tmp, tcg_addr, get_mem_index(s));
The second one can safely be removed.
Thanks,
Laurent
next reply other threads:[~2014-10-11 16:32 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-11 16:32 Laurent Desnogues [this message]
2014-10-14 13:08 ` [Qemu-devel] [PATCH] target-arm: A64: remove redundant store Alex Bennée
2014-10-14 14:07 ` Laurent Desnogues
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=CABoDooO81WUcsq+NmgNuerouzCPGoYYq1Er0XCDVVmDrFTnTOg@mail.gmail.com \
--to=laurent.desnogues@gmail.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.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).