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

Rolf Morel llvmlistbot at llvm.org
Fri Nov 7 06:36:02 PST 2025


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

I believe it's still unused in this PR

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


More information about the Mlir-commits mailing list