Skip to content

Commit 2c36f31

Browse files
[fixup] Rename the transform op
1 parent a096d18 commit 2c36f31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mlir/include/mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.td"
1414

1515
def ApplyArmNeonContractionToI8MMPatternsOp
1616
: Op<Transform_Dialect,
17-
"apply_patterns.vector.arm_neon.contraction_to_i8mm",
17+
"apply_patterns.arm_neon.vector_contract_to_i8mm",
1818
[DeclareOpInterfaceMethods<PatternDescriptorOpInterface>]> {
1919
let description = [{
2020
Indicates that vector.contract operations should be lowered to

mlir/test/Dialect/ArmNeon/lower-to-arm-neon.mlir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ module attributes {transform.with_named_sequence} {
360360
%func = transform.structured.match ops{["func.func"]} in %module : (!transform.any_op) -> !transform.op<"func.func">
361361

362362
transform.apply_patterns to %func {
363-
transform.apply_patterns.vector.arm_neon.contraction_to_i8mm
363+
transform.apply_patterns.arm_neon.vector_contract_to_i8mm
364364
} : !transform.op<"func.func">
365365

366366
transform.yield

0 commit comments

Comments
 (0)