[PATCH] D49362: [ThinLTO] Internalize read only globals

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 13:02:33 PST 2018


evgeny777 added a comment.



> the call to propagateConstantsToRefs only on function summaries

This will not work, because we need to drop read only attribute from GVs, referenced by initializer


https://reviews.llvm.org/D49362





More information about the llvm-commits mailing list