[PATCH] D22051: MergeSimilarFunctions: a code size pass to merge functions with small differences
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 14 09:59:18 PDT 2018
hiraditya added a comment.
Herald added a subscriber: dexonsmith.
In https://reviews.llvm.org/D22051#622497, @appcs wrote:
> MergeSimilarFunctions demonstrates great improvement on Cisco software, so this is of great value to us. We have some improvements upon the base work to improve the compile time.
I'm using it too. It improves the code size for us. Can you share your improvements?
Thanks,
https://reviews.llvm.org/D22051
More information about the llvm-commits
mailing list