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 ...
Paths
| Differential D88079
Revert "Implement a new kind of Pass: dynamic pass pipeline" ClosedPublic Authored by tjoerg on Sep 22 2020, 2:51 AM.
Details Summary This reverts commit 385c3f43fceba227be2e4dce84a59075733541c1. Test mlir/test/Pass:dynamic-pipeline-fail-on-parent.mlir.test fails ERROR: AddressSanitizer: stack-use-after-scope on address ...
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptSep 22 2020, 2:51 AM This revision is now accepted and ready to land.Sep 22 2020, 2:57 AM This revision was landed with ongoing or failed builds.Sep 22 2020, 3:04 AM Closed by commit rG0356a413a443: Revert "Implement a new kind of Pass: dynamic pass pipeline" (authored by tjoerg, committed by bkramer). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 293395 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
mlir/test/Pass/dynamic-pipeline-nested.mlir
mlir/test/Pass/dynamic-pipeline.mlir
mlir/test/lib/Transforms/CMakeLists.txt
mlir/test/lib/Transforms/TestDynamicPipeline.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
|