[clang] [llvm] [RISC-V] Add support for MIPS P8700 CPU (PR #117865)

Craig Topper via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 27 10:07:46 PST 2024


================
@@ -514,6 +514,78 @@ class RVInstJ<RISCVOpcode opcode, dag outs, dag ins, string opcodestr,
   let Inst{6-0} = opcode.Value;
 }
 
+//===----------------------------------------------------------------------===//
----------------
topperc wrote:

this should be in a MIPS vendor file

https://github.com/llvm/llvm-project/pull/117865


More information about the cfe-commits mailing list