[Mlir-commits] [mlir] [mlir][vector] Use non-native runner in gather.mlir test (PR #187243)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Mar 18 04:20:33 PDT 2026
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir
Author: Will Froom (WillFroom)
<details>
<summary>Changes</summary>
Fix after https://github.com/llvm/llvm-project/pull/187071
---
Full diff: https://github.com/llvm/llvm-project/pull/187243.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 daf641d03eb75..110a46e2d89d8 100644
--- a/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir
+++ b/mlir/test/Integration/Dialect/Vector/CPU/gather.mlir
@@ -1,6 +1,6 @@
// 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
+// DEFINE: -shared-libs=%mlir_runner_utils,%mlir_c_runner_utils
/// TEST 1. Verify default compilation (direct lowering of `vector.gather` to LLVM)
// DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
``````````
</details>
https://github.com/llvm/llvm-project/pull/187243
More information about the Mlir-commits
mailing list