================
@@ -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