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

Ivy Zhang llvmlistbot at llvm.org
Wed May 29 06:23:45 PDT 2024


================
@@ -0,0 +1,92 @@
+// RUN: mlir-opt %s --split-input-file -math-legalize-to-f32 --arith-emulate-unsupported-floats="source-types=bf16 target-type=f32" -eliminate-explicit-rounding | FileCheck %s
----------------
crazydemo wrote:

Thanks for your suggestion. Fixed.

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


More information about the Mlir-commits mailing list