On 9/6/2023 4:23 PM, Kito Cheng wrote:
LGTM
Edwin Lu <e...@rivosinc.com> 於 2023年9月7日 週四 01:51 寫道:
This patch adds types to vector instructions that were added after
or were
missed by the original patch
https://gcc.gnu.org/pipermail/gcc-patches/2023-August/628594.html
gcc/ChangeLog:
* config/riscv/autovec-opt.md: Update types
* config/riscv/autovec.md: likewise
Signed-off-by: Edwin Lu <e...@rivosinc.com>
---
gcc/config/riscv/autovec-opt.md | 42
++++++++++++++++++++++-----------
gcc/config/riscv/autovec.md | 28 +++++++++++++++-------
2 files changed, 47 insertions(+), 23 deletions(-)
There seems to be around 9 new instructions that were added since this
patch. I have tested them for the same extensions but only for linux so
far. I'll submit a new patch later today with those changes
Edwin