I'm assuming these were accidentally left out of D19544.
D40044 made it more likely that we'll have LLVM math intrinsics rather than libcalls, so this bug was more easily exposed.
As the tests/code show, we already have the complete mappings for pow/exp/log.
I don't have any experience with SVML, so I don't know if anything else is missing. It's also not clear to me that we should be doing this transform in IR rather than DAG/isel, but that's a separate issue.