This is the counterpart of memref.reinterpret_cast and is useful to lift
strided memref manipulation out of the LLVM dialect.
Discussion: https://discourse.llvm.org/t/extracting-dynamic-offsets-strides-from-memref/64170
Differential D132243
[mlir][MemRef] Introduce a memref.extract_metadata op. nicolasvasilache on Aug 19 2022, 8:42 AM. Authored by
Details This is the counterpart of memref.reinterpret_cast and is useful to lift Discussion: https://discourse.llvm.org/t/extracting-dynamic-offsets-strides-from-memref/64170
Diff Detail
Event TimelineComment Actions This looks good to me but I'd like to see the reviews of the other contributors to the conversation before landing.
Comment Actions LGTM - but some comments to rephrase/rewrite certain things.
Comment Actions Address
|
Recommend avoiding "late/early" in the summary - that's all application-specific and relative. Instead,
?