[Mlir-commits] [mlir] [MLIR][Math] add canonicalize-f32-promotion pass (PR #92482)
Krzysztof Drewniak
llvmlistbot at llvm.org
Wed May 22 17:14:02 PDT 2024
krzysz00 wrote:
It's entirely possible that we should combine those two passes into one and put it ... I haven't the faintest idea where.
Maybe just move emulate-unsupported-floats into `math` and have it support both Arith and Math ... and then do the one stage change to avoid extra extf and truncf pairs
https://github.com/llvm/llvm-project/pull/92482
More information about the Mlir-commits
mailing list