[PATCH] D28143: [ThinLTO] Thin link efficiency: Pre-compute set of non-exportable GVs
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 28 15:04:15 PST 2016
mehdi_amini added inline comments.
================
Comment at: lib/Transforms/IPO/FunctionImport.cpp:144
}
return true;
}
----------------
What about replacing all of this logic by a bit in the summary that would be set during the compile phase?
https://reviews.llvm.org/D28143
More information about the llvm-commits
mailing list