[Mlir-commits] [mlir] [MLIR][MathDialect] fix fp32 promotion crash when encounters scf.if (PR #104451)
Krzysztof Drewniak
llvmlistbot at llvm.org
Fri Aug 16 09:22:59 PDT 2024
https://github.com/krzysz00 requested changes to this pull request.
I think this change could be generalized and introduces a dependency on `scf` that's not needed here - that is, this could cause issues with, say, `scf.for`
https://github.com/llvm/llvm-project/pull/104451
More information about the Mlir-commits
mailing list