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

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


================
@@ -76,6 +79,47 @@ static DiagnosedSilenceableFailure convertMixedValuesToInt(
   return DiagnosedSilenceableFailure::success();
 }
 
+/// Find producer operation of type T for the given value.
+/// It's assumed that producer ops are chained through their first operand.
----------------
tkarna wrote:

Now also mentioned in op's docstring.

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


More information about the Mlir-commits mailing list