[Mlir-commits] [mlir] [MLIR][Transforms] add eliminate-explicit-rounding pass (PR #93443)
Matthias Gehre
llvmlistbot at llvm.org
Mon May 27 00:25:49 PDT 2024
mgehre-amd 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?
https://github.com/llvm/llvm-project/pull/93443
More information about the Mlir-commits
mailing list