[clang] [llvm] [RISC-V] Add support for MIPS P8700 CPU (PR #117865)
Min-Yih Hsu via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 27 10:53:23 PST 2024
================
@@ -22,6 +22,7 @@ def WriteIMul32 : SchedWrite; // 32-bit multiply on RV64I
def WriteJmp : SchedWrite; // Jump
def WriteJal : SchedWrite; // Jump and link
def WriteJalr : SchedWrite; // Jump and link register
+def WriteJmpReg : SchedWrite; // Jump register
----------------
mshockwave wrote:
which instruction uses this?
https://github.com/llvm/llvm-project/pull/117865
More information about the cfe-commits
mailing list