Currently InstructionSimplify.cpp knows how to simplify floating point instructions that have a NaN operand. It does not know how to handle the matching constrained FP intrinsic.
This patch teaches it how to simplify so long as the exception handling is not "fpexcept.strict".
clang-tidy: warning: invalid case style for function 'SimplifyFAddInst' [readability-identifier-naming]
not useful