]> gcc.gnu.org Git - gcc.git/commit
docs: Add 'S' to Machine Constraints for RISC-V
authorKito Cheng <kito.cheng@sifive.com>
Fri, 2 Jul 2021 02:19:30 +0000 (10:19 +0800)
committerKito Cheng <kito.cheng@sifive.com>
Tue, 13 Jul 2021 06:09:34 +0000 (14:09 +0800)
commit18a463bb666cc8f3421589e7641ec617acb84741
tree7ccdccb2104a1cd244ae8b5a6ddeb2286af6d024
parentf546e2b6cc5c610ae18aac274d0d6493f2da3801
docs: Add 'S' to Machine Constraints for RISC-V

It was undocument before, but it might used in linux kernel for resolve
code model issue, so LLVM community suggest we should document that,
so that make it become supported/documented/non-internal machine constraints.

gcc/ChangeLog:

PR target/101275
* config/riscv/constraints.md ("S"): Update description and remove
@internal.
* doc/md.texi (Machine Constraints): Document the 'S' constraints
for RISC-V.
gcc/config/riscv/constraints.md
gcc/doc/md.texi
This page took 0.074724 seconds and 6 git commands to generate.