[Mlir-commits] [llvm] [mlir] MathExtras: avoid unnecessarily widening types (PR #95426)

Nikita Popov llvmlistbot at llvm.org
Fri Jun 14 01:33:49 PDT 2024


https://github.com/nikic commented:

High level question: Do we need the "common type" logic? Would it be enough to require the types to be the same? Or would this introduce a lot of type casts at use-sites?

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


More information about the Mlir-commits mailing list