[Mlir-commits] [mlir] [mlir][vector] Implement lowering for 1D vector.deinterleave operations (PR #93042)
Benjamin Maxwell
llvmlistbot at llvm.org
Tue May 28 01:58:39 PDT 2024
================
@@ -0,0 +1,18 @@
+// RUN: mlir-opt %s -test-lower-to-llvm | \
----------------
MacDue wrote:
All the vector integration tests are named like `test-<operation>.mlir`. If we want to change that we should change all of them (rather than be inconsistent).
https://github.com/llvm/llvm-project/pull/93042
More information about the Mlir-commits
mailing list