]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Fix non-obvious comment typos
authorPatrick O'Neill <patrick@rivosinc.com>
Mon, 5 Aug 2024 22:29:33 +0000 (15:29 -0700)
committerPatrick O'Neill <patrick@rivosinc.com>
Tue, 13 Aug 2024 14:39:54 +0000 (07:39 -0700)
commitccd7068d462b271d5bd9bbfac968204ee96500f1
tree52b466036c9a501544af73010c08ea98e5392f67
parent5618b023e8c3ea96f009c202e9457ea7261ecf57
RISC-V: Fix non-obvious comment typos

This fixes the remainder of the typos I found when reading various parts of the
RISC-V backend.

gcc/ChangeLog:

* config/riscv/riscv-v.cc (legitimize_move): extrac -> extract.
(expand_vec_cmp_float): Remove duplicate vmnor.mm.
* config/riscv/riscv-vector-builtins.cc: ins -> insns.
* config/riscv/riscv.cc (riscv_init_machine_status): mwrvv -> mrvv.
* config/riscv/vector-iterators.md: RVVM8QImde -> RVVM8QImode
* config/riscv/vector.md: Replaced non-existant vsetivl with vsetivli.

Signed-off-by: Patrick O'Neill <patrick@rivosinc.com>
gcc/config/riscv/riscv-v.cc
gcc/config/riscv/riscv-vector-builtins.cc
gcc/config/riscv/riscv.cc
gcc/config/riscv/vector-iterators.md
gcc/config/riscv/vector.md