]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: Fix avl-type operand index error for ZVBC
authorFeng Wang <wangfeng@eswincomputing.com>
Fri, 5 Jan 2024 09:23:44 +0000 (09:23 +0000)
committerFeng Wang <wangfeng@eswincomputing.com>
Mon, 8 Jan 2024 00:55:57 +0000 (00:55 +0000)
commitc97436f84cef191618f61912520bc0f0d62d8146
tree667e959feb941386c61accf7878556c75875778b
parent59e0c2180d7ef18d22f9181b5c422efdeb621b01
RISC-V: Fix avl-type operand index error for ZVBC

This patch fix the rtl-checking error for crypto vector. The root
cause is the avl-type index of zvbc ins is error,it should be operand[8]
not operand[5].
gcc/ChangeLog:

* config/riscv/vector.md: Modify avl_type operand index of zvbc ins.
gcc/config/riscv/vector.md