[all-commits] [llvm/llvm-project] cd7107: Handle the verifier at run() time in the PassManag...
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue Nov 3 03:17:43 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cd7107a62b4fe887c7a8f3a3e226ec5e92b7e5f5
https://github.com/llvm/llvm-project/commit/cd7107a62b4fe887c7a8f3a3e226ec5e92b7e5f5
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-11-03 (Tue, 03 Nov 2020)
Changed paths:
M mlir/include/mlir/Pass/PassManager.h
M mlir/lib/Pass/Pass.cpp
M mlir/lib/Pass/PassDetail.h
M mlir/lib/Support/MlirOptMain.cpp
M mlir/test/Pass/pass-timing.mlir
M mlir/test/Pass/pipeline-stats.mlir
M mlir/test/lib/Transforms/TestDynamicPipeline.cpp
Log Message:
-----------
Handle the verifier at run() time in the PassManager instead of build time
This simplifies a few parts of the pass manager, but in particular we don't add as many
verifierpass as there are passes in the pipeline, and we can now enable/disable the
verifier after the fact on an already built PassManager.
Reviewed By: rriddle
Differential Revision: https://reviews.llvm.org/D90669
More information about the All-commits
mailing list