Currently we only CSE constrained FP intrinsics in the default floating point environment.
This patch adds support for CSE when exception behavior is "ignore" or "maytrap" and the rounding mode is known.
This review replaces D105895. No restrictions on CSE across function calls is in this patch.
Is it possible that the optional ExceptionBehavior was not present?