[all-commits] [llvm/llvm-project] 77501b: [mlir][PassManager] Properly set the initializatio...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Jan 8 14:47:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77501bd1754fd15bc5044af78e987f894f494ee9
https://github.com/llvm/llvm-project/commit/77501bd1754fd15bc5044af78e987f894f494ee9
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-01-08 (Fri, 08 Jan 2021)
Changed paths:
M mlir/lib/Pass/Pass.cpp
Log Message:
-----------
[mlir][PassManager] Properly set the initialization generation when cloning a pass manager
Fixes a bug where dynamic pass pipelines of cloned pass managers weren't being initialized properly.
More information about the All-commits
mailing list