[Mlir-commits] [mlir] [MLIR][XeGPU][TransformOps] Add convert_layout op (PR #167342)

Tuomas Kärnä llvmlistbot at llvm.org
Tue Nov 11 04:38:36 PST 2025


================
@@ -41,6 +41,15 @@ def __init__(
         )
 
 
+def get_desc_op(
+    target: Value,
+    *,
+    loc=None,
+    ip=None,
+) -> GetDescOp:
+    return GetDescOp(target, loc=loc, ip=ip)
----------------
tkarna wrote:

These are updated now

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


More information about the Mlir-commits mailing list