diff --git a/llvm/lib/Target/RISCV/RISCVInstrFormatsV.td b/llvm/lib/Target/RISCV/RISCVInstrFormatsV.td --- a/llvm/lib/Target/RISCV/RISCVInstrFormatsV.td +++ b/llvm/lib/Target/RISCV/RISCVInstrFormatsV.td @@ -20,6 +20,7 @@ def OPIVX : RISCVVFormat<0b100>; def OPFVF : RISCVVFormat<0b101>; def OPMVX : RISCVVFormat<0b110>; +def OPCFG : RISCVVFormat<0b111>; class RISCVMOP val> { bits<2> Value = val;