]> git.ipfire.org Git - thirdparty/gcc.git/commit
[PATCH v3] RISC-V: Fixed incorrect semantic description in DF to DI pattern in the...
authorJin Ma <jinma@linux.alibaba.com>
Wed, 18 Sep 2024 14:56:23 +0000 (08:56 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Wed, 18 Sep 2024 14:57:27 +0000 (08:57 -0600)
commit85fcf740342e308da4776a45a4cd726987725a6a
treec292a3fba075cd1545fc16fbd8022dd2543b84b7
parent4b7e6d5faa137f18a36d8c6323a8640e61ee48f1
[PATCH v3] RISC-V: Fixed incorrect semantic description in DF to DI pattern in the Zfa extension on rv32.

gcc/ChangeLog:

* config/riscv/riscv.md: Change "truncate" to unspec for the Zfa extension on rv32.

gcc/testsuite/ChangeLog:

* gcc.target/riscv/zfa-fmovh-fmovp-bug.c: New test.
gcc/config/riscv/riscv.md
gcc/testsuite/gcc.target/riscv/zfa-fmovh-fmovp-bug.c [new file with mode: 0644]