https://bugs.freedesktop.org/show_bug.cgi?id=92709
--- Comment #6 from Michel Dänzer michel@daenzer.net --- (In reply to Matt Arsenault from comment #5)
It seems bizarre that an llvm intrinsic would ever be changed to something involving a library call.
I think the exp2 -> ldexpf transform is rather questionable for us anyway, since we have a native exp2 instruction, isn't it? Maybe we just don't want to use the LibCallSimplifier pass? The comment at the top of SimplifyLibCalls.cpp kind of sounds like "this is not the pass you're looking for"...