]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Update the comments of riscv_v_ext_mode_p [NFC]
authorPan Li <pan2.li@intel.com>
Fri, 12 Jan 2024 02:49:55 +0000 (10:49 +0800)
committerPan Li <pan2.li@intel.com>
Fri, 12 Jan 2024 02:59:25 +0000 (10:59 +0800)
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>
gcc/config/riscv/riscv.cc

index df9799d9c5e2da8fdcafca9adbdc1f6cb41d152d..f829014a58996e01c3b35a4bc313807975268d3c 100644 (file)
@@ -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)