[Mlir-commits] [mlir] [MLIR][XeGPU][TransformOps] Add get_desc_op (PR #166801)

Tuomas Kärnä llvmlistbot at llvm.org
Mon Nov 10 02:38:03 PST 2025


================
@@ -13,6 +13,9 @@
 
 #include <optional>
 
+#include "llvm/Support/Debug.h"
+#define DEBUG_TYPE "xegpu-transforms"
----------------
tkarna wrote:

`findProducerOfType` function has debug messages.

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


More information about the Mlir-commits mailing list