]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Remove FRM for vfwcvt (RVV float to float widening conversion)
authorJuzhe-Zhong <juzhe.zhong@rivai.ai>
Wed, 31 May 2023 10:35:10 +0000 (18:35 +0800)
committerPan Li <pan2.li@intel.com>
Wed, 31 May 2023 13:54:17 +0000 (21:54 +0800)
commit57920ae9653e8ef2b3f5f68c22894f5e65a3673d
tree8c8ebe1d082c80e0973981c344241f35327e1402
parentb65458005dfb38f2efdca52e42f3dbf4760f91bd
RISC-V: Remove FRM for vfwcvt (RVV float to float widening conversion)

Base on the discussion here:
https://github.com/riscv/riscv-v-spec/issues/884

vfwcvt doesn't depend on FRM. So remove FRM preparing for mode switching support.

gcc/ChangeLog:

* config/riscv/vector.md: Remove FRM.

Signed-off-by: Pan Li <pan2.li@intel.com>
gcc/config/riscv/vector.md