This is the third of a set of patches to followup on the thread in http://lists.llvm.org/pipermail/llvm-dev/2017-March/111323.html. (Builds on the changes within the patch @ https://reviews.llvm.org/D31787)
This extends the mappings used to map some of the math function calls to the Intel SVML library. This handles the case when the functions have been redirected by the -ffast-math flag to call the '__<func>_finite' alternative routine.