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

Adam Siemieniuk llvmlistbot at llvm.org
Fri Nov 7 08:51:01 PST 2025


================
@@ -1159,7 +1206,19 @@ struct XeGPUPropagateLayoutPass final
 } // namespace
 
 void XeGPUPropagateLayoutPass::runOnOperation() {
-  auto &analysis = getAnalysis<RunLayoutInfoPropagation>();
+  LayoutKind layoutKind;
+  if (this->layoutKind == "lane")
----------------
adam-smnk wrote:

nit: braces to match other blocks (here because else needs them)

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


More information about the Mlir-commits mailing list