On Fri Mar 17 16:07:31 2023 +0000, Nikolay Sivov wrote:
I don't understand the question about converting int to float. Such expression generates explicit itof's.
Right, I guess I was wondering if an integer expression is converted or just bitwise reinterpreted to float for float variables and, in either case, whether that is explicit (e.g. itof) or implicit. Ideally we'd have integer expression tests both for the integer variable (i.e. probably no conversion at all, but you never know...) and the float variable case.