[Mlir-commits] [mlir] [MLIR][Vector] Fix test following	vector.splat removal (PR #162892)
    llvmlistbot at llvm.org 
    llvmlistbot at llvm.org
       
    Fri Oct 10 10:22:14 PDT 2025
    
    
  
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: James Newling (newling)
<details>
<summary>Changes</summary>
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. 
---
Full diff: https://github.com/llvm/llvm-project/pull/162892.diff
1 Files Affected:
- (modified) mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir (-1) 
``````````diff
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() : () -> ()
``````````
</details>
https://github.com/llvm/llvm-project/pull/162892
    
    
More information about the Mlir-commits
mailing list