[PATCH] D56986: COFF, ELF: ICF: Perform 2 rounds of relocation hash propagation.
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 22 13:30:15 PST 2019
smeenai added a comment.
In D56986#1366874 <https://reviews.llvm.org/D56986#1366874>, @pcc wrote:
> In D56986#1366859 <https://reviews.llvm.org/D56986#1366859>, @smeenai wrote:
>
> > Is this worth picking over to 8.0 after it lands?
>
>
> I'm more ambivalent about this one since it's more of a perf improvement than a fix for a perf regression like D56955 <https://reviews.llvm.org/D56955> is. But I have no strong objections to doing so.
That's fair; we can just cherry-pick it to our 8.0 branch internally if it doesn't end up merged here :) It's early in the release cycle though, so I figured it was okay for small-ish changes like this which result in big improvements to go in.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56986/new/
https://reviews.llvm.org/D56986
More information about the llvm-commits
mailing list