[Mlir-commits] [flang] [mlir] [RFC][mlir] ViewLikeOpInterface method for detecting partial views. (PR #164020)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Oct 20 09:13:36 PDT 2025


https://github.com/jeanPerier commented:

It makes sense to me to add the ViewLikeOpInterface to these FIR operations, thanks Slava.

> If my understanding of PartialAlias is correct, then we can have a partial alias even when the starting addresses of the source and the resulting view are the same - though, I might be wrong.

That is also my reading of LLVM/MLIR documentation, although I have little experience with how it is used in practice.

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


More information about the Mlir-commits mailing list