[Mlir-commits] [mlir] [MLIR][XeGPU] Add blocking and subgroup to lane distribution support for ConvertLayout operation (PR #183837)

Charitha Saumya llvmlistbot at llvm.org
Tue Mar 3 15:09:09 PST 2026


================
@@ -1113,29 +1113,6 @@ LogicalResult ConvertLayoutOp::verify() {
   return mlir::success();
 }
 
-OpFoldResult ConvertLayoutOp::fold(FoldAdaptor adaptor) {
-  if (getInputLayout() == getTargetLayout())
----------------
charithaintc wrote:

But trivial folding needs to happen somewhere since we are exposing this op to user. User can generate it with same input/target layouts. 

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


More information about the Mlir-commits mailing list