[Mlir-commits] [mlir] add vector subbyte store support (PR #70293)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Oct 31 15:04:54 PDT 2023


MaheshRavishankar wrote:

So just to clarify... you need the source memref to be linearized before it can be converted to use byte types. You cannot handle linearization of subviews. That pattern for `memref.subview` is only added for testing (so that you can test dynamic offsets), and only works with 1D. 

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


More information about the Mlir-commits mailing list