craig.topper added a comment. Anything that uses OP-P needs to have a DecoderNamespace assigned and RISCVDisassembler::getInstruction will need to lookup that table when V/Zve is enabled. Otherwise we will have a conflict if the P extension is ever commited to LLVM.
================ Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoZvk.td:37 + let Inst{19-15} = imm{4-0}; + let Inst{14-12} = 0b011; + let Inst{11-7} = vd; ---------------- Use `OPIVI.Value` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D138807/new/ https://reviews.llvm.org/D138807 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits