[PATCH] D52896: MergeSimilarFunctions: a code size pass to merge functions with small differences

JF Bastien via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 4 11:26:57 PDT 2018


jfb added a comment.

I don't understand: why is it desirable to have this as a separate thing compared to merge funcs? It seems better to use the same code for both, and when calling mergefuncs pass in a mode which chooses to merge exact matches, or similar matches.

Do you have up-to-date compile-time numbers (at O0 and https://reviews.llvm.org/owners/package/2/), as well as size numbers?


https://reviews.llvm.org/D52896





More information about the llvm-commits mailing list