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

Ivy Zhang llvmlistbot at llvm.org
Wed May 29 21:05:41 PDT 2024


================
@@ -117,4 +117,50 @@ def ArithIntNarrowing : Pass<"arith-int-narrowing"> {
   ];
  }
 
+ def EliminateExplicitRounding : Pass<"eliminate-explicit-rounding"> {
----------------
crazydemo wrote:

Fixed.

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


More information about the Mlir-commits mailing list