[clang] [Clang][SME2] Add multi-vector add/sub builtins (PR #69725)
Kerry McLaughlin via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 30 07:16:21 PDT 2023
================
@@ -263,3 +263,38 @@ multiclass ZAFPOuterProd<string n_suffix> {
defm SVMOPA : ZAFPOuterProd<"mopa">;
defm SVMOPS : ZAFPOuterProd<"mops">;
+
+////////////////////////////////////////////////////////////////////////////////
+// SME2 - ADD, SUB
+
+multiclass ZAAddSub<string n_suffix> {
----------------
kmclaughlin-arm wrote:
Hi @sdesmalen-arm, I'm happy to change this, though the reason I chose this name was to match other multiclasses in the file such as ZAStore, ZAAdd, ZAFPOuterProd, etc.
https://github.com/llvm/llvm-project/pull/69725
More information about the cfe-commits
mailing list