[all-commits] [llvm/llvm-project] 16a50c: [mlir][Inliner] Keep the number of async pass mana...
River Riddle via All-commits
all-commits at lists.llvm.org
Tue Feb 23 16:45:39 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 16a50c9e642fd085e5ceb68c403b71b5b2e0607c
https://github.com/llvm/llvm-project/commit/16a50c9e642fd085e5ceb68c403b71b5b2e0607c
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-02-23 (Tue, 23 Feb 2021)
Changed paths:
M mlir/lib/Transforms/Inliner.cpp
Log Message:
-----------
[mlir][Inliner] Keep the number of async pass managers constant
This prevents a bug in the pass instrumentation implementation where the main thread would end up with a different pass manager in different runs of the pass.
More information about the All-commits
mailing list