[PATCH] D24414: Conditionally eliminate library calls where the result value is not used

David Li via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 7 10:07:28 PDT 2016


davidxl added a comment.

The plan is to have this pass provide a more general framework to do math function partial inlining as well (as followup). Once that is done, the existing SQRT partial inliine pass can be subsumed.


https://reviews.llvm.org/D24414





More information about the llvm-commits mailing list