[PATCH] D41338: [CodeGen] lower math intrinsics to finite version of libcalls when possible (PR35672)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 8 09:48:29 PST 2018


spatel added a comment.

I noticed that we can expose the availability bug via constant propagation, so I split that part of the patch off here:
https://reviews.llvm.org/rL322010


https://reviews.llvm.org/D41338





More information about the llvm-commits mailing list