Skip to content

Commit e80e65d

Browse files
committed
[RISCV] Add OPCFG format of vector. NFC
Refer to https://github.com/riscv/riscv-v-spec/blob/master/v-spec.adoc#101-vector-arithmetic-instruction-encoding Patch by Jiejie Rong Reviewed By: reames Differential Revision: https://reviews.llvm.org/D137694
1 parent 8ea3cf4 commit e80e65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/RISCV/RISCVInstrFormatsV.td

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def OPIVI : RISCVVFormat<0b011>;
2020
def OPIVX : RISCVVFormat<0b100>;
2121
def OPFVF : RISCVVFormat<0b101>;
2222
def OPMVX : RISCVVFormat<0b110>;
23+
def OPCFG : RISCVVFormat<0b111>;
2324

2425
class RISCVMOP<bits<2> val> {
2526
bits<2> Value = val;

0 commit comments

Comments
 (0)