[PATCH] D14327: Add llvm.ldexp.* intrinsic, associated SDNode and library calls

Nicolai Hähnle via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 10 15:16:27 PST 2016


nhaehnle added a comment.

I've opted to go the "undefined range error" behaviour route in the revision since that seemed more useful to me given that he LibCallSimplifier is intrinsic->intrinsic and libcall->libcall now.


http://reviews.llvm.org/D14327





More information about the llvm-commits mailing list