[Mlir-commits] [mlir] [mlir][vector] Update test post 136699 (nfc) (PR #136841)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Wed Apr 23 03:15:04 PDT 2025
https://github.com/banach-space created https://github.com/llvm/llvm-project/pull/136841
Updates a test that I forgot to update in #136699. Failing bot:
* https://lab.llvm.org/buildbot/#/builders/143/builds/7166
>From 311e87ee424f9063456bdd559528272f7740b6a1 Mon Sep 17 00:00:00 2001
From: Andrzej Warzynski <andrzej.warzynski at arm.com>
Date: Wed, 23 Apr 2025 10:13:29 +0000
Subject: [PATCH] [mlir][vector] Update test post 136699 (nfc)
Updates a test that I forgot to update in #136699. Failing bot:
* https://lab.llvm.org/buildbot/#/builders/143/builds/7166
---
mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir | 1 +
1 file changed, 1 insertion(+)
diff --git a/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir b/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir
index bcfeef772743b..3368dd634d228 100644
--- a/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir
+++ b/mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/matmul.mlir
@@ -107,6 +107,7 @@ module attributes {transform.with_named_sequence} {
transform.apply_patterns.vector.reduction_to_contract
transform.apply_patterns.vector.transfer_permutation_patterns
transform.apply_patterns.vector.lower_masked_transfers
+ transform.apply_patterns.vector.sink_ops
} : !transform.op<"func.func">
// Step 4: Lower vector.contract to vector.fma
More information about the Mlir-commits
mailing list