From: Pan Li Date: Fri, 12 Jan 2024 02:49:55 +0000 (+0800) Subject: RISC-V: Update the comments of riscv_v_ext_mode_p [NFC] X-Git-Tag: basepoints/gcc-15~2976 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d79629b316f48c45c0a38d10b8fef1a84beceb46;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/config/riscv/riscv.cc b/gcc/config/riscv/riscv.cc index df9799d9c5e2..f829014a5899 100644 --- a/gcc/config/riscv/riscv.cc +++ b/gcc/config/riscv/riscv.cc @@ -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)