[Mlir-commits] [mlir] [MLIR][XeGPU] Clean up the temporary layout usage in XeGPU test (PR #195739)
Jianhui Li
llvmlistbot at llvm.org
Tue May 5 08:10:35 PDT 2026
================
@@ -1445,6 +1445,9 @@ LogicalResult ResolveLayoutConflicts::run() {
return WalkResult::advance();
});
+ DBGS() << "IR after resolving layout conflicts:\n";
+ parentOp->dump();
----------------
Jianhui-Li wrote:
Ahh, I added LLVM_DEBUG() to warp them. It was added purposely to assist the debugging.
https://github.com/llvm/llvm-project/pull/195739
More information about the Mlir-commits
mailing list