Hello,
Please review the fix for lost fast-math flags in Reassociate optimization.
If the input expression tree is made of FP MULs and FastMathFlags permit re-association, then the FastMathFlags must be propagated to the newly generated MUL expression tree.
Thank you,
Vyacheslav Klochkov