================
@@ -376,6 +376,24 @@ let SMETargetGuard = "sme2" in {
 // Outer product and accumulate/subtract
 //
 
+multiclass MOP4<string name, string n, string t, string i, string wide, 
list<ImmCheck> checks> {
+  def NAME # "_1x1" : Inst<"svmop4" # name # "_1x1_" # n # "[_{d}_{d}]", 
"vidd", t, MergeNone, i # wide # "_1x1", [IsInOutZA, IsStreaming], checks>;
----------------
Lukacma wrote:

```suggestion
  def _1x1 : Inst<"svmop4" # name # "_1x1_" # n # "[_{d}_{d}]", "vidd", t, 
MergeNone, i # wide # "_1x1", [IsInOutZA, IsStreaming], checks>;
```

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

Reply via email to