[Mlir-commits] [mlir] f52b261 - [mlir][vector] Use non-native runner in gather.mlir test (#187243)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Mar 18 04:28:19 PDT 2026


Author: Will Froom
Date: 2026-03-18T11:28:14Z
New Revision: f52b2616f4d85475875a8b136632202d8d0a419e

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

LOG: [mlir][vector] Use non-native runner in gather.mlir test (#187243)

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

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


        


More information about the Mlir-commits mailing list