[PATCH] D87966: [ThinLTO] Re-order modules for optimal multi-threaded processing

Alexandre Ganea via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 22 08:07:10 PDT 2020


aganea marked an inline comment as done.
aganea added inline comments.


================
Comment at: llvm/include/llvm/LTO/LTO.h:94
 
+/// Produce a re-ordered container for optimal multi-threaded processing.
+/// Returns indices to elements into the input array.
----------------
tejohnson wrote:
> Nit, it isn't actually producing a reordered container. How about something like "Produces a container ordering for optimal multi-threaded processing. Returns ordered indices to elements in the input array."
Changed, thanks for suggestion!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D87966/new/

https://reviews.llvm.org/D87966



More information about the llvm-commits mailing list