[all-commits] [llvm/llvm-project] e42bfe: [mlir][dataflow] Remove the unused AnalysisState::...
Zhixun Tan via All-commits
all-commits at lists.llvm.org
Mon Aug 15 10:24:19 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e42bfec9b659851ce2acb04774b08ab20c1a62f0
https://github.com/llvm/llvm-project/commit/e42bfec9b659851ce2acb04774b08ab20c1a62f0
Author: Zhixun Tan <phisiart at gmail.com>
Date: 2022-08-15 (Mon, 15 Aug 2022)
Changed paths:
M mlir/include/mlir/Analysis/DataFlow/DeadCodeAnalysis.h
M mlir/include/mlir/Analysis/DataFlow/SparseAnalysis.h
M mlir/include/mlir/Analysis/DataFlowFramework.h
M mlir/test/lib/Analysis/DataFlow/TestDenseDataFlowAnalysis.cpp
M mlir/test/lib/Analysis/TestDataFlowFramework.cpp
Log Message:
-----------
[mlir][dataflow] Remove the unused AnalysisState::defaultInitialize().
Depends On D131660
`defaultInitialize()` was introduced for the "nudging" behavior, which has been deleted.
Reviewed By: Mogball, rriddle
Differential Revision: https://reviews.llvm.org/D131746
More information about the All-commits
mailing list