[Mlir-commits] [mlir] [mlir] remove folder on MemRef::ExtractStridedMetadataOp (PR #88043)
Oleksandr Alex Zinenko
llvmlistbot at llvm.org
Wed Apr 10 00:55:09 PDT 2024
ftynse wrote:
For context, this op was introduced along with `reinterpret_cast` (which is a misnomer IMO) to support addressing optimization at the arith/index dialect level rather than at the llvm dialect level. It was _not_ introduced for external calls, though it can be used for that purpose.
Also see https://discourse.llvm.org/t/extracting-dynamic-offsets-strides-from-memref/64170.
https://github.com/llvm/llvm-project/pull/88043
More information about the Mlir-commits
mailing list