[llvm-commits] patch: teach deadargelim to work on externally visible functions!

Nick Lewycky nicholas at mxc.ca
Sun Jan 3 18:02:21 PST 2010


This patch implements dead argument elimination for functions which are 
externally visible.  We can't modify the function signature, but we can 
find all direct callers and make sure they aren't doing any work to 
calculate the argument that's going to be discarded.

Please review!

Nick

-------------- next part --------------
A non-text attachment was scrubbed...
Name: deadargelim.patch
Type: text/x-patch
Size: 8232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100103/46c2be09/attachment.bin>


More information about the llvm-commits mailing list