[Mlir-commits] [mlir] [MLIR][XeGPU] Decouple `inst_data` and `lane_layout` in propagation (PR #166941)

Artem Kroviakov llvmlistbot at llvm.org
Sun Nov 9 08:42:59 PST 2025


================
@@ -167,7 +170,8 @@ LayoutInfo LayoutInfo::join(const LayoutInfo &lhs, const LayoutInfo &rhs) {
 }
 
 /// Construct a new layout with the transposed lane layout and lane data.
-LayoutInfo LayoutInfo::transpose(ArrayRef<int64_t> permutation) const {
+LayoutInfo LayoutInfo::transpose(ArrayRef<int64_t> permutation,
----------------
akroviakov wrote:

Added.

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


More information about the Mlir-commits mailing list