[Mlir-commits] [mlir] [MLIR] Add apply_patterns.vector.arm_neon.lower_contraction TD Op (PR #140251)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue May 20 09:24:41 PDT 2025


================
@@ -0,0 +1,26 @@
+//===- ArmNeonVectorTransformOps.td - Arm Neon TD ops ------*- tablegen -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+#ifndef ARM_NEON_VECTOR_TRANSFORM_OPS
+#define ARM_NEON_VECTOR_TRANSFORM_OPS
+
+include "mlir/Dialect/Transform/IR/TransformAttrs.td"
+include "mlir/Dialect/Transform/IR/TransformDialect.td"
+include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.td"
+
+def ApplyArmNeonLowerContractionPatternsOp
+    : Op<Transform_Dialect, "apply_patterns.vector.arm_neon.lower_contraction",
----------------
banach-space wrote:

Would it make sense to make the name more specific? Btw, naming is hard!
```suggestion
    : Op<Transform_Dialect, "apply_patterns.vector.arm_neon.vector_contract_to_i8mm",
```

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


More information about the Mlir-commits mailing list