Revert "Implement a new kind of Pass: dynamic pass pipeline"
authorThomas Joerg <tjoerg@google.com>
Tue, 22 Sep 2020 10:00:29 +0000 (12:00 +0200)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 22 Sep 2020 10:00:30 +0000 (12:00 +0200)
commit0356a413a443864409f966b069656814f10e7710
treedb8e8d69987e0000cf4419bcca139a7dc750c4e7
parent892ef2e3c0b60656a95d0d9e9f458b73238b21b7
Revert "Implement a new kind of Pass: dynamic pass pipeline"

This reverts commit 385c3f43fceba227be2e4dce84a59075733541c1.

Test  mlir/test/Pass:dynamic-pipeline-fail-on-parent.mlir.test fails
when run with ASAN:

ERROR: AddressSanitizer: stack-use-after-scope on address ...

Reviewed By: bkramer, pifon2a

Differential Revision: https://reviews.llvm.org/D88079
mlir/include/mlir/Pass/Pass.h
mlir/include/mlir/Pass/PassManager.h
mlir/lib/Pass/Pass.cpp
mlir/test/Pass/dynamic-pipeline-fail-on-parent.mlir [deleted file]
mlir/test/Pass/dynamic-pipeline-nested.mlir [deleted file]
mlir/test/Pass/dynamic-pipeline.mlir [deleted file]
mlir/test/lib/Transforms/CMakeLists.txt
mlir/test/lib/Transforms/TestDynamicPipeline.cpp [deleted file]
mlir/tools/mlir-opt/mlir-opt.cpp