Make it clearer what the semantic of reinterpret_cast is.
In particular, call out that this instruction is not a no-op.
NFC
Related to https://github.com/llvm/llvm-project/issues/59896
Differential D141662
[MLIR][memref] Add details on the semantic of reinterpret_cast qcolombet on Jan 13 2023, 12:10 AM. Authored by
Details Make it clearer what the semantic of reinterpret_cast is. In particular, call out that this instruction is not a no-op. NFC Related to https://github.com/llvm/llvm-project/issues/59896
Diff Detail
Event Timeline
|
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)