RISC-V: Update the comments of riscv_v_ext_mode_p [NFC]
gcc/ChangeLog: * config/riscv/riscv.cc (riscv_v_ext_mode_p): Update the comments of predicate func riscv_v_ext_mode_p. Signed-off-by: Pan Li <pan2.li@intel.com>
This commit is contained in:
parent
72609f5591
commit
d79629b316
1 changed files with 4 additions and 1 deletions
|
@ -1361,7 +1361,10 @@ riscv_v_ext_vls_mode_p (machine_mode mode)
|
|||
return false;
|
||||
}
|
||||
|
||||
/* Return true if it is either RVV vector mode or RVV tuple mode. */
|
||||
/* Return true if it is either of below modes.
|
||||
1. RVV vector mode.
|
||||
2. RVV tuple mode.
|
||||
3. RVV vls mode. */
|
||||
|
||||
static bool
|
||||
riscv_v_ext_mode_p (machine_mode mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue