[all-commits] [llvm/llvm-project] c6c04a: [BOLT] Run EliminateUnreachableBlocks in parallel ...
Vladislav Khmelevsky via All-commits
all-commits at lists.llvm.org
Thu Nov 9 12:46:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6c04a83a70b28773333700411ce1cdf7fd47cb9
https://github.com/llvm/llvm-project/commit/c6c04a83a70b28773333700411ce1cdf7fd47cb9
Author: Vladislav Khmelevsky <och95 at yandex.ru>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M bolt/include/bolt/Core/BinaryFunction.h
M bolt/lib/Core/BinaryFunction.cpp
M bolt/lib/Passes/BinaryPasses.cpp
Log Message:
-----------
[BOLT] Run EliminateUnreachableBlocks in parallel (#71299)
The wall time for this pass decreased on my laptop from ~80 sec to 5
sec processing the clang.
More information about the All-commits
mailing list