[Mlir-commits] [mlir] [mlir][vector] Add n-d deinterleave lowering (PR #94237)

Benjamin Maxwell llvmlistbot at llvm.org
Wed Jun 5 08:20:47 PDT 2024


================
@@ -2565,6 +2565,22 @@ func.func @vector_deinterleave_1d_scalable(%a: vector<[4]xi32>) -> (vector<[2]xi
     return %0, %1 : vector<[2]xi32>, vector<[2]xi32>
 }
 
+// CHECK-LABEL: @vector_deinterleave_2d
+// CHECK-SAME: %[[SRC:.*]]: vector<2x8xf32>) -> (vector<2x4xf32>, vector<2x4xf32>)
----------------
MacDue wrote:

General comment: Looks like you've forgot to commit the new tests?

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


More information about the Mlir-commits mailing list