[all-commits] [llvm/llvm-project] 3e13c4: Avoid creating a ThreadPool in MlirOptMain when `-...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Fri Jan 7 18:27:19 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e13c4c37c8c0379b15c509ca483503c649164ed
https://github.com/llvm/llvm-project/commit/3e13c4c37c8c0379b15c509ca483503c649164ed
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2022-01-08 (Sat, 08 Jan 2022)
Changed paths:
M mlir/lib/Support/MlirOptMain.cpp
Log Message:
-----------
Avoid creating a ThreadPool in MlirOptMain when `--mlir-disable-threading` option is set
a32300a changed it to create a ThreadPool eagerly so that it gets reused
across buffers, however it also made it so that we create a ThreadPool
early even if we're not gonna use it later because of the command line
option `--mlir-disable-threading` is provided.
Fix #53056
Reland 45adf608024 after build fixes
Differential Revision: https://reviews.llvm.org/D116848
More information about the All-commits
mailing list