[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:32 PDT 2026
================
@@ -3650,7 +3650,7 @@ multiclass sme_tmopa_32b<bits<5> opc, RegisterOperand zn_ty, RegisterOperand zm_
class sme2_zero_zt<string mnemonic, bits<4> opc>
: I<(outs ZTR:$ZT), (ins ),
mnemonic, "\t\\{ $ZT \\}",
- "", []>, Sched<[]> {
+ "", []>, Sched<[WriteI]> {
----------------
nasherm wrote:
I've omitted this from the most recent patches
https://github.com/llvm/llvm-project/pull/194850
More information about the llvm-commits
mailing list