[PATCH] D87966: [ThinLTO] Re-order modules for optimal multi-threaded processing
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 19 09:05:25 PDT 2020
tejohnson added a comment.
Thanks for doing this!
> What should I do about that? Some tests could be fixed (ordering) but I am unsure about others.
I took a quick look and the ones I saw seemed to be due to disassembling the wrong temp file, which is based on the numbering provided by "Task". Presumably you want to pass in the original ordering here, so I guess RegularLTO.ParallelCodeGenParallelismLevel + IndexCount?
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