[Mlir-commits] [mlir] [mlir][vector] Add 1D vector.deinterleave lowering (PR #93042)
Cullen Rhodes
llvmlistbot at llvm.org
Wed May 29 02:39:46 PDT 2024
================
@@ -0,0 +1,30 @@
+// DEFINE: %{entry_point} = entry
+// DEFINE: %{compile} = mlir-opt %s -test-lower-to-llvm
+// DEFINE: %{run} = %mcr_aarch64_cmd -march=aarch64 -mattr=+sve \
+// DEFINE: -e %{entry_point} -entry-point-result=void \
+// DEFINE: -shared-libs=%mlir_runner_utils,%mlir_c_runner_utils,%mlir_arm_runner_utils
----------------
c-rhodes wrote:
think `%mlir_runner_utils` can be dropped here if it works for the other test
```suggestion
// DEFINE: -shared-libs=%mlir_c_runner_utils,%mlir_arm_runner_utils
```
https://github.com/llvm/llvm-project/pull/93042
More information about the Mlir-commits
mailing list