[PATCH] D141662: [MLIR][memref] Add details on the semantic of reinterpret_cast
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 13 01:54:54 PST 2023
mehdi_amini added inline comments.
================
Comment at: mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td:1259
+ ```
+ means that `%dst`'s descriptor will be:
+ ```mlir
----------------
In general I believe we avoided defining the memref semantics in terms of "descriptor" which was intended as one possible LLVM lowering (so an implementation detail basically).
(I'm not sure if the doc is still decoupled though)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141662/new/
https://reviews.llvm.org/D141662
More information about the llvm-commits
mailing list