[Mlir-commits] [mlir] [MLIR][XeGPU] Introduce `xegpu::uArch` usage in target-sensitive passes (PR #163801)
    Jianhui Li 
    llvmlistbot at llvm.org
       
    Tue Oct 21 08:10:03 PDT 2025
    
    
  
================
@@ -43,7 +43,12 @@ def XeGPUPropagateLayout : Pass<"xegpu-propagate-layout"> {
   let options = [Option<
     "printOnly", "print-analysis-only", "bool",
     /*default=*/"false",
-    "Print the result of layout propagation analysis and exit.">];
+    "Print the result of layout propagation analysis and exit.">,
+    Option<
+    "assumeUnrolled", "assume-unrolled", "bool",
----------------
Jianhui-Li wrote:
At this point, yes we expect user to set sg_layout/sg_data. 
https://github.com/llvm/llvm-project/pull/163801
    
    
More information about the Mlir-commits
mailing list