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

Krzysztof Drewniak llvmlistbot at llvm.org
Fri Jun 7 08:29:06 PDT 2024


https://github.com/krzysz00 requested changes to this pull request.

I'm blocking this because the default is the wrong way around.

extf and truncf don't have contract semantics unless the person generating the ext and trunc ops (or someone who's going in with a `.walk()` afterwards, for example) knows that such a contraction is allowed by the semantics of their application or pass.

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


More information about the Mlir-commits mailing list