[PATCH] D152840: [ELF] A new code layout algorithm for function reordering [3a/3]

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 22:15:01 PDT 2023


MaskRay added a comment.

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> :)


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