Enabled loop interchange support for floating point reductions if fastmath is enabled.
Previously when we encouter a floating point PHI node in the outer loop exit block, we bailed out since we could not detect floating point reductions in the early days. Now we remove this limiation since we are able to detect floating point reductions.
[nit] unrelated whitespace change