[PATCH] D128382: [LLD] Two tweaks to symbol ordering scheme

Tom Rybka via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 23 11:02:16 PDT 2022


We have a non-zero number of 1p apps who are generating data for PGO, but
it is not widely used (which is to say, I would not rely on that for test
coverage / soak testing if that's what you're asking).

On Thu, Jun 23, 2022 at 2:00 PM YongKang Zhu via Phabricator <
reviews at reviews.llvm.org> wrote:

> yozhu added a comment.
>
> Another way to look at the logic in this code is that, if no branch thunk
> is required, then to symbol ordering there is no difference between
> targeting RISC machine and CISC machine.  While for CISC machine we just
> simply follow what ordering says, we should do the same for RISC machine as
> well.
>
>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D128382/new/
>
> https://reviews.llvm.org/D128382
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220623/0b2a10fd/attachment.html>


More information about the llvm-commits mailing list