[PATCH] D74820: [MLIR] Support memrefs with memref element types.
Kern Handa via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 01:26:28 PST 2020
kernhanda added a comment.
Perhaps memref should be agnostic to the element type it contains? Tensors and Vector types can remain more constrained, but memref should be able to act on many kinds of types, not just the basic fundamental ones.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74820/new/
https://reviews.llvm.org/D74820
More information about the llvm-commits
mailing list