[Mlir-commits] [mlir] [mlir][arith][nfc] Adding examples to scaling_extf/truncf descriptions (PR #163980)

Jakub Kuderski llvmlistbot at llvm.org
Fri Oct 17 08:47:51 PDT 2025


================
@@ -1406,6 +1417,17 @@ def Arith_ScalingTruncFOp
     result = arith.divf(input, scale.extf)
     result.cast = arith.truncf(result, resultTy)
     ```
+
+    Example:
----------------
kuhar wrote:

Also this

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


More information about the Mlir-commits mailing list