diff options
author | Pan Li <pan2.li@intel.com> | 2023-08-24 14:49:14 +0800 |
---|---|---|
committer | Pan Li <pan2.li@intel.com> | 2023-08-31 21:26:00 +0800 |
commit | 625962440ba5c737d6f35f7a1c9af1e9ef6bef3a (patch) | |
tree | 47624a0a89cf0ee8c814ef6143f21a94e3591c66 /gcc/objc | |
parent | 3e37e8231849ded7e214042f60f59fdcec75d7d3 (diff) | |
download | gcc-625962440ba5c737d6f35f7a1c9af1e9ef6bef3a.zip gcc-625962440ba5c737d6f35f7a1c9af1e9ef6bef3a.tar.gz gcc-625962440ba5c737d6f35f7a1c9af1e9ef6bef3a.tar.bz2 |
RISC-V: Support rounding mode for VFMSAC/VFMSUB autovec
There will be a case like below for intrinsic and autovec combination.
vfadd RTZ <- intrinisc static rounding
vfmsub <- autovec/autovec-opt
The autovec generated vfmsub should take DYN mode, and the
frm must be restored before the vfmsub insn. This patch
would like to fix this issue by:
* Add the frm operand to the autovec/autovec-opt pattern.
* Set the frm_mode attr to DYN.
Thus, the frm flow when combine autovec and intrinsic should be.
+------------
| frrm a5
| ...
| fsrmi 4
| vfadd <- intrinsic static rounding.
| ...
| fsrm a5
| vfmsub <- autovec/autovec-opt
| ...
+------------
Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/ChangeLog:
* config/riscv/autovec-opt.md: Add FRM_REGNUM to vfmsac/vfmsub
* config/riscv/autovec.md: Ditto.
gcc/testsuite/ChangeLog:
* gcc.target/riscv/rvv/base/float-point-frm-autovec-2.c: New test.
Diffstat (limited to 'gcc/objc')
0 files changed, 0 insertions, 0 deletions