RISC-V: Fix AVL_TYPE attribute of tuple mode mov<mode>

The tuple mode mov<mode> pattern doesn't have avl_type so it is invalid attribute.

gcc/ChangeLog:

	* config/riscv/vector.md: Fix avl_type attribute of tuple mov<mode>.
This commit is contained in:
Juzhe-Zhong 2023-10-23 06:46:43 +08:00 committed by Pan Li
parent 1908775f79
commit 75322a6d0c

View file

@ -1208,7 +1208,8 @@
DONE;
}
[(set_attr "type" "vmov,vlde,vste")
(set_attr "mode" "<VT:MODE>")])
(set_attr "mode" "<VT:MODE>")
(set (attr "avl_type") (const_int INVALID_ATTRIBUTE))])
;; -----------------------------------------------------------------
;; ---- VLS Moves Operations