[Mlir-commits] [mlir] [mlir] Add support for vector types whose number of elements are from… (PR #68030)

Benjamin Maxwell llvmlistbot at llvm.org
Thu Oct 12 07:43:04 PDT 2023


MacDue wrote:

> The new constraints that you are adding here are somewhat similar to what @MacDue adds in https://github.com/llvm/llvm-project/pull/68586. You may want to compare against that.

Since these are using the total number of elements (rather than a specific dim), these don't overlap (in functionality).

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


More information about the Mlir-commits mailing list