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

Sam Elliott via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 21:48:27 PDT 2025


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

Sure. If you see the Qualcomm group of extensions is quite big, but that's fine. :)

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


More information about the llvm-commits mailing list