public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Kito Cheng <kito.cheng@gmail.com>
To: shiyulong@iscas.ac.cn
Cc: "GCC Patches" <gcc-patches@gcc.gnu.org>,
	"Andrew Waterman" <andrew@sifive.com>,
	"Palmer Dabbelt" <palmer@dabbelt.com>,
	"Jim Wilson" <jim.wilson.gcc@gmail.com>,
	wuwei2016@iscas.ac.cn, jiawei <jiawei@iscas.ac.cn>,
	廖仕华 <shihua@iscas.ac.cn>, "Sinan Lin" <sinan@isrc.iscas.ac.cn>
Subject: Re: [PATCH V3 2/3] RISC-V:Cache Management Operation instructions
Date: Mon, 9 May 2022 19:01:03 +0800	[thread overview]
Message-ID: <CA+yXCZDmsYEYe-RNEa6-S69bT1CbUTW2VtVzQJ9Ni60dUhLuDA@mail.gmail.com> (raw)
In-Reply-To: <20220509022939.21636-3-shiyulong@iscas.ac.cn>

Use unspec_volatile instead of unspec for those cache operations,
because those operations have side effects, instruction scheduler
might reorder those CMO operations if you use unspec.

> diff --git a/gcc/config/riscv/riscv.md b/gcc/config/riscv/riscv.md
> index b3c5bce842a..d60843df490 100644
> --- a/gcc/config/riscv/riscv.md
> +++ b/gcc/config/riscv/riscv.md
> @@ -45,6 +45,11 @@
>
>    ;; Stack tie
>    UNSPEC_TIE
> +  UNSPEC_CLEAN
> +  UNSPEC_FLUSH
> +  UNSPEC_INVAL
> +  UNSPEC_ZERO
> +  UNSPEC_PREI

And then move those UNSPEC to unspecv

>  ])
>
>  (define_c_enum "unspecv" [
> @@ -69,6 +74,7 @@
>    ;; Stack Smash Protector
>    UNSPEC_SSP_SET
>    UNSPEC_SSP_TEST
> +
>  ])

  reply	other threads:[~2022-05-09 11:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-09  2:29 [PATCH V3 0/3] RISC-V:Add mininal support for Zicbo[mzp] shiyulong
2022-05-09  2:29 ` [PATCH V3 1/3] RISC-V: Add " shiyulong
2022-05-09  2:29 ` [PATCH V3 2/3] RISC-V:Cache Management Operation instructions shiyulong
2022-05-09 11:01   ` Kito Cheng [this message]
2022-05-09  2:29 ` [PATCH V3 3/3] RISC-V:Cache Management Operation instructions testcases shiyulong

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=CA+yXCZDmsYEYe-RNEa6-S69bT1CbUTW2VtVzQJ9Ni60dUhLuDA@mail.gmail.com \
    --to=kito.cheng@gmail.com \
    --cc=andrew@sifive.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jiawei@iscas.ac.cn \
    --cc=jim.wilson.gcc@gmail.com \
    --cc=palmer@dabbelt.com \
    --cc=shihua@iscas.ac.cn \
    --cc=shiyulong@iscas.ac.cn \
    --cc=sinan@isrc.iscas.ac.cn \
    --cc=wuwei2016@iscas.ac.cn \
    /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).