[llvm] [ThinLTO] Shrink GlobalValueSummary by 8 bytes (PR #107342)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 5 14:16:13 PDT 2024


kazutakahirata wrote:

Please take a look.  Thanks!

- I've updated the PR to use `SmallVector<ValueInfo> &` and `SmallVector<ValueInfo> &&` where I can.
- I've added a missing `std::move` to `ModuleSummaryIndexYAML.h`.

https://github.com/llvm/llvm-project/pull/107342


More information about the llvm-commits mailing list