[PATCH] D30363: COFF ICF: Merge only functions. Do not merge read-only data.

Bob Haarman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 12:00:46 PST 2017


inglorion added a comment.

This causes us to eliminate less duplication, right? Is folding of identical non-functions something we may want to re-enable at a later point? Should we make the behavior controllable by a flag - or perhaps only implement the MSVC-compatible behavior when using msvclto?


https://reviews.llvm.org/D30363





More information about the llvm-commits mailing list