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

Ivy Zhang llvmlistbot at llvm.org
Mon May 27 00:32:33 PDT 2024


crazydemo wrote:

> nit on the wording: I'm a bit concerned about calling those `redundant` trunc/extf pairs. Removing them changes numerical results, which is important as the description states. Maybe the pass summary could avoid the word `redundant` to not imply that those are not needed?

Thanks for your comment, I use `intermediate` trunc/extf pairs instead.

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


More information about the Mlir-commits mailing list