[Mlir-commits] [mlir] [mlir][vector] Fix e2e test post #210090 (PR #210270)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Fri Jul 17 01:17:36 PDT 2026


llvmorg-github-actions[bot] wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Andrzej WarzyƄski (banach-space)

<details>
<summary>Changes</summary>

Failing bots:
  * https://lab.llvm.org/buildbot/#/builders/177/builds/37626
  * https://lab.llvm.org/buildbot/#/builders/116/builds/30570


---
Full diff: https://github.com/llvm/llvm-project/pull/210270.diff


1 Files Affected:

- (modified) mlir/test/Integration/Dialect/Vector/CPU/gather.mlir (+1-1) 


``````````diff
diff --git a/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir b/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir
index 078826522bcb5..03bf82a630478 100644
--- a/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir
+++ b/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir
@@ -1,5 +1,5 @@
 // DEFINE: %{main_point} = main
-// DEFINE: %{run} = mlir-runner -e main -main-point-result=void \
+// DEFINE: %{run} = mlir-runner -e main -entry-point-result=void \
 // DEFINE:         -shared-libs=%mlir_runner_utils,%mlir_c_runner_utils
 
 /// TEST 1. Verify default compilation (direct lowering of `vector.gather` to LLVM)

``````````

</details>


https://github.com/llvm/llvm-project/pull/210270


More information about the Mlir-commits mailing list