[clang] [llvm] [RISCV] Added the MIPS prefetch extensions for MIPS RV64 P8700. (PR #145647)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 21:03:23 PDT 2025


================
@@ -790,6 +790,9 @@ static constexpr DecoderListEntry DecoderList32[]{
     {DecoderTableXmipscmov32,
      {RISCV::FeatureVendorXMIPSCMov},
      "MIPS mips.ccmov"},
+    {DecoderTableXmipscbop32,
+     {RISCV::FeatureVendorXMIPSCBOP},
+     "MIPS mips.pref"},
----------------
ukalappa-mips wrote:

@lenary ,we have other extensions to coming up ...we will take up there ..thank you for the suggestion and make sense too ...

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


More information about the llvm-commits mailing list