[Mlir-commits] [mlir] 14b38cf - [mlir][vector] Update test post 136699 (nfc) (#136841)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Apr 23 05:13:49 PDT 2025


Author: Andrzej WarzyƄski
Date: 2025-04-23T13:13:46+01:00
New Revision: 14b38cf946c5b10039865f1aaedac8ea1ca06abb

URL: https://github.com/llvm/llvm-project/commit/14b38cf946c5b10039865f1aaedac8ea1ca06abb
DIFF: https://github.com/llvm/llvm-project/commit/14b38cf946c5b10039865f1aaedac8ea1ca06abb.diff

LOG: [mlir][vector] Update test post 136699 (nfc) (#136841)

Updates a test that I forgot to update in #136699. Failing bot:
  * https://lab.llvm.org/buildbot/#/builders/143/builds/7166

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 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