[Mlir-commits] [mlir] [mlir][vector] Extend vector.gather e2e test (PR #187071)

Andrzej WarzyƄski llvmlistbot at llvm.org
Wed Mar 18 04:05:26 PDT 2026


================
@@ -1,13 +1,28 @@
-// RUN: mlir-opt %s -test-lower-to-llvm  | \
-// RUN: mlir-runner -e entry -entry-point-result=void \
-// RUN:   -shared-libs=%mlir_c_runner_utils | \
-// RUN: FileCheck %s
+// DEFINE: %{entry_point} = main
+// DEFINE: %{run} = mlir-runner -e entry -entry-point-result=void \
+// DEFINE:         -shared-libs=%native_mlir_runner_utils,%native_mlir_c_runner_utils
----------------
banach-space wrote:

`native` is not needed there, sorry. Only `-shared-libs=%mlir_runner_utils,%mlir_c_runner_utils`

The additional lib is required for `printMemrefF32` that I added. Are you hitting issues with this?

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


More information about the Mlir-commits mailing list