]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Remove dead perm series code and document.
authorRobin Dapp <rdapp@ventanamicro.com>
Fri, 17 May 2024 10:48:52 +0000 (12:48 +0200)
committerRobin Dapp <rdapp@ventanamicro.com>
Fri, 31 May 2024 19:54:49 +0000 (21:54 +0200)
commit30cfdd6ff56972d9d1b9dbdd43a8333c85618775
treec0edee3d5901b16347e841cf82d528482d3fe7e6
parent6fa4b0135439d64c0ea1816594d7dc830e836376
RISC-V: Remove dead perm series code and document.

With the introduction of shuffle_series_patterns the explicit handler
code for a perm series is dead.  This patch removes it and also adds
a function-level comment to shuffle_series_patterns.

gcc/ChangeLog:

* config/riscv/riscv-v.cc (expand_const_vector): Document.
(shuffle_extract_and_slide1up_patterns): Remove.
gcc/config/riscv/riscv-v.cc