[Mlir-commits] [mlir] [mlir][vector] Add deinterleave operation to vector dialect (PR #92409)

Benjamin Maxwell llvmlistbot at llvm.org
Fri May 17 06:46:32 PDT 2024


================
@@ -543,6 +543,82 @@ def Vector_InterleaveOp :
   }];
 }
 
+class ResultIsHalfSourceVectorType<string result> : TypesMatchWith<
+  "type of 'input' is double the width of results",
----------------
MacDue wrote:

nit: specify this checks the trailing dimension?
```suggestion
  "the trailing dimension of the results is half the width of source trailing dimension",
```

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


More information about the Mlir-commits mailing list