]> gcc.gnu.org Git - gcc.git/commit
OPTABS: Extend the number of expanding instructions pattern
authorPan Li <pan2.li@intel.com>
Mon, 15 May 2023 14:05:44 +0000 (22:05 +0800)
committerPan Li <pan2.li@intel.com>
Mon, 15 May 2023 14:05:44 +0000 (22:05 +0800)
commit47c4e96ad61a19ec3adb39587bf0d7d0b51a51b3
tree9fad808aaf88f2535c4423f8b52f693220cac32b
parent30adfb85ff994c0faa0cc556ba46838b218263f5
OPTABS: Extend the number of expanding instructions pattern

We (RVV) is going to add a rounding mode operand into floating-point
instructions which have 11 operands.

Since we are going have intrinsic that is adding rounding mode argument:
https://github.com/riscv-non-isa/rvv-intrinsic-doc/pull/226

This is the patch that is adding rounding mode operand in RISC-V port:
https://gcc.gnu.org/pipermail/gcc-patches/2023-May/618573.html
You can see there are 11 operands in these patterns.

gcc/ChangeLog:

* optabs.cc (maybe_gen_insn): Add case to generate instruction
that has 11 operands.

Signed-off-by: Juzhe-Zhong <juzhe.zhong@rivai.ai>
gcc/optabs.cc
This page took 0.062346 seconds and 5 git commands to generate.