[Mlir-commits] [mlir] 4502dc4 - [mlir][nfc] Remove leftover print stmt in a test
Andrzej Warzynski
llvmlistbot at llvm.org
Sun Feb 11 02:06:02 PST 2024
Author: Andrzej Warzynski
Date: 2024-02-11T10:05:02Z
New Revision: 4502dc416f40e0165ef988ded7db2673ac35670e
URL: https://github.com/llvm/llvm-project/commit/4502dc416f40e0165ef988ded7db2673ac35670e
DIFF: https://github.com/llvm/llvm-project/commit/4502dc416f40e0165ef988ded7db2673ac35670e.diff
LOG: [mlir][nfc] Remove leftover print stmt in a test
Added:
Modified:
mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir
Removed:
################################################################################
diff --git a/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir b/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir
index 17393412badf35..22cf15d4f64047 100644
--- a/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir
+++ b/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir
@@ -98,7 +98,6 @@ module attributes {transform.with_named_sequence} {
// Step 1: Tile
%tiled_matmul, %loops:3 = transform.structured.tile_using_for %matmul [2, [4], 1]
: (!transform.any_op) -> (!transform.any_op, !transform.any_op, !transform.any_op, !transform.any_op)
- transform.print %tiled_matmul {name = "matmul lal"}: !transform.any_op
// Step 2: Vectorize
transform.structured.vectorize %tiled_matmul vector_sizes [2, [4], 1] : !transform.any_op
More information about the Mlir-commits
mailing list