[Mlir-commits] [mlir] Introduce `arith.scaling_extf` and `arith.scaling_truncf` (PR #141965)

Prashant Kumar llvmlistbot at llvm.org
Fri May 30 19:38:44 PDT 2025


================
@@ -62,6 +62,9 @@ void populateExpandBFloat16Patterns(RewritePatternSet &patterns);
 /// Add patterns to expand Arith f8e8m0 patterns to lower level bitcasts/shifts.
 void populateExpandF8E8M0Patterns(RewritePatternSet &patterns);
 
+/// Add patterns to expland scaling ExtF/TruncF ops to equivalent arith ops
----------------
pashu123 wrote:

```suggestion
/// Add patterns to expand scaling ExtF/TruncF ops to equivalent arith ops
```

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


More information about the Mlir-commits mailing list