[all-commits] [llvm/llvm-project] 0356a4: Revert "Implement a new kind of Pass: dynamic pass...
Thomas Joerg via All-commits
all-commits at lists.llvm.org
Tue Sep 22 03:04:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0356a413a443864409f966b069656814f10e7710
https://github.com/llvm/llvm-project/commit/0356a413a443864409f966b069656814f10e7710
Author: Thomas Joerg <tjoerg at google.com>
Date: 2020-09-22 (Tue, 22 Sep 2020)
Changed paths:
M mlir/include/mlir/Pass/Pass.h
M mlir/include/mlir/Pass/PassManager.h
M mlir/lib/Pass/Pass.cpp
R mlir/test/Pass/dynamic-pipeline-fail-on-parent.mlir
R mlir/test/Pass/dynamic-pipeline-nested.mlir
R mlir/test/Pass/dynamic-pipeline.mlir
M mlir/test/lib/Transforms/CMakeLists.txt
R mlir/test/lib/Transforms/TestDynamicPipeline.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
Log Message:
-----------
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
More information about the All-commits
mailing list