[Mlir-commits] [mlir] [mlir][xegpu] Add dynamic memref support in transpose optimization. (PR #170218)

Artem Kroviakov llvmlistbot at llvm.org
Wed Dec 3 03:02:43 PST 2025


akroviakov wrote:

> for offset I guess extract_aligned_ptr should handle it?

The lowering of `ExtractAlignedPointerAsIndexOp` extracts a value from llvm struct. The `ReinterpretCastOp` lowering sets values. I do not see the application of offsets in the lowering to llvm, do I miss something?

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


More information about the Mlir-commits mailing list