[Mlir-commits] [mlir] [MLIR][XeGPU] Add anchor_layout and update propagation to honor user-specified layouts (PR #169267)

Artem Kroviakov llvmlistbot at llvm.org
Wed Nov 26 03:05:27 PST 2025


https://github.com/akroviakov commented:

It looks like anchor ops might benefit from a dedicated interface.

For us, it would make layout handling in ops easier (e.g., use it in `updateOp()` in propagation instead of within visitors).

For users, it would serve as a single place that clearly defines the "anchor" term and serves as an easy-to-notice marker for ops when reading tablegen.

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


More information about the Mlir-commits mailing list