================
@@ -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
----------------
djtodoro wrote:

Removed in https://github.com/llvm/llvm-project/pull/119885. `WriteJalr` should 
be used.

https://github.com/llvm/llvm-project/pull/117865
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to