Skip to content

Simplifier: Do the right thing if doFloatFromRhs = False

Joachim Breitner requested to merge wip/joachim/prepareBinding-floats-fix into master

If doFloatFromRhs is False then the result from prepareBinding should not be used. Previously it was in ways that are silly (but no completly wrong, as the simplifier would clean that up again, so no test case).

This was spotted by Simon during a phone call.

Fixes #20976 (closed).

Edited by Joachim Breitner

Merge request reports