[clang] [llvm] [RISCV] Added the MIPS prefetch extensions for MIPS RV64 P8700. (PR #145647)
Craig Topper via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 25 09:58:33 PDT 2025
================
@@ -103,9 +109,41 @@ class SWPFormat<dag outs, dag ins, string opcodestr, string argstr>
let Inst{6-0} = OPC_CUSTOM_0.Value;
}
+// Prefetch format.
+let hasSideEffects = 0, mayLoad = 1,mayStore = 1 in
----------------
topperc wrote:
```suggestion
let hasSideEffects = 0, mayLoad = 1, mayStore = 1 in
```
https://github.com/llvm/llvm-project/pull/145647
More information about the cfe-commits
mailing list