[Mlir-commits] [mlir] [MLIR][Vector] Fix test when vector.splat	removed (PR #162892)
    James Newling 
    llvmlistbot at llvm.org
       
    Fri Oct 10 10:21:40 PDT 2025
    
    
  
https://github.com/newling created https://github.com/llvm/llvm-project/pull/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. 
>From 0f30b5397fed7fdea27519d29694ca75cb4ef33a Mon Sep 17 00:00:00 2001
From: James Newling <james.newling at gmail.com>
Date: Fri, 10 Oct 2025 10:23:17 -0700
Subject: [PATCH] remove call to removed function
---
 mlir/test/Integration/Dialect/Vector/CPU/0-d-vectors.mlir | 1 -
 1 file changed, 1 deletion(-)
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