for test case please see at https://godbolt.org/z/XY5iTx
instruction vadd.f64 is executed even when if condition is false.
later we ignore the result but we ended up setting fp exception bit,
which breaks posix conformance.
This behavior is pops up when optimization enabled.
As part of this fix conversion of select to branching instruction is enabled.