[llvm] [AArch64] SME definitions for C1-Nano scheduling model (PR #207174)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 05:40:07 PDT 2026


================
@@ -1562,79 +1851,94 @@ def : InstRW<[C1NanoWrite_8c_2VALU_4rc], (instregex "^N?MATCH_PPzZZ_[BH]")>;
 def : InstRW<[C1NanoWrite_4c_1VMAC], (instrs SMMLA_ZZZ, UMMLA_ZZZ, USMMLA_ZZZ)>;
 
 // Move prefix
-def : InstRW<[C1NanoWrite_3c_1VALU],
+def : InstRW<[C1NanoStreamingSchedWrite<C1NanoWrite_4c_1CMEPERM,
----------------
walkerkd wrote:

Fixed

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


More information about the llvm-commits mailing list