[Mlir-commits] [mlir] [mlir][xegpu] Add dynamic memref support in transpose optimization. (PR #170218)
Charitha Saumya
llvmlistbot at llvm.org
Wed Dec 3 07:49:24 PST 2025
charithaintc 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?
I see. In that case it would not work then.
https://github.com/llvm/llvm-project/pull/170218
More information about the Mlir-commits
mailing list