[Mlir-commits] [mlir] [MLIR][Transforms] add eliminate-explicit-rounding pass (PR #93443)

Matthias Gehre llvmlistbot at llvm.org
Mon May 27 01:01:22 PDT 2024


================
@@ -569,4 +569,52 @@ def CompositeFixedPointPass : Pass<"composite-fixed-point-pass"> {
   ];
 }
 
+def EliminateExplicitRounding : Pass<"eliminate-explicit-rounding"> {
+  let summary = "Eliminate the intermidiate truncf/extf pairs";
----------------
mgehre-amd wrote:

Thanks, that is better!
nit:
```suggestion
  let summary = "Eliminate the intermediate truncf/extf pairs";
```


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


More information about the Mlir-commits mailing list