[Mlir-commits] [mlir] [mlir][memref] Fold memref.reinterpret_cast operations with valid offset or size constants. (PR #189533)

Ming Yan llvmlistbot at llvm.org
Tue Mar 31 01:11:33 PDT 2026


NexMing wrote:

> The strided layout computation looks a bit sus to me.

I originally planned to fold cases with contiguous memref layout information, but later realized it was not really necessary—I may have overthought it.

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


More information about the Mlir-commits mailing list