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

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


Author: Andrzej WarzyƄski
Date: 2026-07-17T08:30:53Z
New Revision: 9ee8b18b6c0758e57cedfa57e99ba85dfd247d35

URL: https://github.com/llvm/llvm-project/commit/9ee8b18b6c0758e57cedfa57e99ba85dfd247d35
DIFF: https://github.com/llvm/llvm-project/commit/9ee8b18b6c0758e57cedfa57e99ba85dfd247d35.diff

LOG: [mlir][vector] Fix e2e test post #210090 (#210270)

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

Added: 
    

Modified: 
    mlir/test/Integration/Dialect/Vector/CPU/gather.mlir

Removed: 
    


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


        


More information about the Mlir-commits mailing list