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:
parent
1908775f79
commit
75322a6d0c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue