[PATCH] D152840: [ELF] A new code layout algorithm for function reordering [3a/3]
Sergey Pupyrev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 00:20:36 PDT 2023
spupyrev added a comment.
In D152840#4648582 <https://reviews.llvm.org/D152840#4648582>, @MaskRay wrote:
> In D152840#4648483 <https://reviews.llvm.org/D152840#4648483>, @spupyrev wrote:
>
>> In D152840#4648482 <https://reviews.llvm.org/D152840#4648482>, @MaskRay wrote:
>>
>>> Thanks for the update. I am mainly waiting for the renamed function (`applyCDSort` does not convey the meaning well), changes of nested std::pair and `std::vector` => `SmallVector<*, 0>`
>>
>> I have an impression the changes are made in the follow-up D159526 <https://reviews.llvm.org/D159526> (which I'd prefer to land after this one). Do I miss something?
>
> You are right. You may rebase this patch on top of D159526 <https://reviews.llvm.org/D159526> :)
I suggest to rebase D159526 <https://reviews.llvm.org/D159526> on top of this one
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152840/new/
https://reviews.llvm.org/D152840
More information about the llvm-commits
mailing list