[llvm] [AArch64] SME definitions for C1-Ultra scheduling model (PR #194850)

Nashe Mncube via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 06:49:37 PDT 2026


================
@@ -11583,7 +11583,7 @@ defm UMIN : ComparisonOp<1, 1, "umin", umin>, Requires<[HasCSSC]>;
 def RPRFM:
     I<(outs), (ins rprfop:$Rt, GPR64:$Rm, GPR64sp:$Rn),
       "rprfm", "\t$Rt, $Rm, [$Rn]", "", []>,
-    Sched<[]> {
+    Sched<[WriteI]> {
----------------
nasherm wrote:

No not really. Will update

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


More information about the llvm-commits mailing list