[Mlir-commits] [mlir] 01c7ef6 - [MLIR][Vector] Fix test following vector.splat removal (#162892)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Oct 10 10:23:31 PDT 2025


Author: James Newling
Date: 2025-10-10T10:23:27-07:00
New Revision: 01c7ef655643b70cede51bb9047b17e72f84bfd5

URL: https://github.com/llvm/llvm-project/commit/01c7ef655643b70cede51bb9047b17e72f84bfd5
DIFF: https://github.com/llvm/llvm-project/commit/01c7ef655643b70cede51bb9047b17e72f84bfd5.diff

LOG: [MLIR][Vector] Fix test following vector.splat removal (#162892)

This is a fix for the failing integration test (see
https://lab.llvm.org/buildbot/#/builders/177/builds/22398) reported in
https://github.com/llvm/llvm-project/pull/162167.

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir b/mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir
index 1938a3c8ab484..6c2183f979611 100644
--- a/mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir
+++ b/mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir
@@ -140,7 +140,6 @@ func.func @entry() {
 
   // Warning: these must be called in their textual order of definition in the
   // file to not mess up FileCheck.
-  call  @splat_0d(%4) : (f32) -> ()
   call  @broadcast_0d(%4) : (f32) -> ()
   call  @bitcast_0d() : () -> ()
   call  @constant_mask_0d() : () -> ()


        


More information about the Mlir-commits mailing list