RISC-V: Fix redundant attributes
Notice that there are some reundant 'vimov' codes in attribute. Committed as it is obvious. gcc/ChangeLog: * config/riscv/vector.md: Fix redundant codes in attributes.
This commit is contained in:
parent
d508a94167
commit
4ea36076d6
1 changed files with 2 additions and 2 deletions
|
@ -801,13 +801,13 @@
|
|||
|
||||
;; The avl type value.
|
||||
(define_attr "avl_type_idx" ""
|
||||
(cond [(eq_attr "type" "vlde,vldff,vste,vimov,vimov,vimov,vfmov,vext,vimerge,\
|
||||
(cond [(eq_attr "type" "vlde,vldff,vste,vimov,vfmov,vext,vimerge,\
|
||||
vfsqrt,vfrecp,vfmerge,vfcvtitof,vfcvtftoi,vfwcvtitof,\
|
||||
vfwcvtftoi,vfwcvtftof,vfncvtitof,vfncvtftoi,vfncvtftof,\
|
||||
vfclass,vired,viwred,vfredu,vfredo,vfwredu,vfwredo,\
|
||||
vimovxv,vfmovfv,vlsegde,vlsegdff")
|
||||
(const_int 7)
|
||||
(eq_attr "type" "vldm,vstm,vimov,vmalu,vmalu")
|
||||
(eq_attr "type" "vldm,vstm,vmalu,vmalu")
|
||||
(const_int 5)
|
||||
|
||||
;; If operands[3] of "vlds" is not vector mode, it is pred_broadcast.
|
||||
|
|
Loading…
Add table
Reference in a new issue