[Mlir-commits] [mlir] [mlir][xegpu] Add initial skeleton implementation for lowering ConvertLayoutOp (PR #146176)

Charitha Saumya llvmlistbot at llvm.org
Fri Jul 18 09:53:36 PDT 2025


================
@@ -392,6 +392,46 @@ struct WgToSgElementwiseOp : public ConversionPattern {
   }
 };
 
+struct WgToSgConvertLayoutOp
----------------
charithaintc wrote:

please add IR example in the format `From` to `To` which comments. 

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


More information about the Mlir-commits mailing list