With SCCP and integer range analysis ported to the new framework, this old framework is redundant. Delete it.
Depends on D128866
Paths
| Differential D128867
[mlir] Delete ForwardDataFlowAnalysis ClosedPublic Authored by Mogball on Jun 29 2022, 5:11 PM.
Details Summary With SCCP and integer range analysis ported to the new framework, this old framework is redundant. Delete it. Depends on D128866
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 6 2022, 2:21 AM This revision was landed with ongoing or failed builds.Jul 7 2022, 9:08 PM Closed by commit rGc20a581a8d36: [mlir] Delete ForwardDataFlowAnalysis (authored by Mogball). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions I see an empty file after this PR: https://github.com/llvm/llvm-project/blob/main/mlir/include/mlir/Analysis/DataFlowAnalysis.h
Revision Contents
Diff 443132 mlir/include/mlir/Analysis/DataFlowAnalysis.h
mlir/lib/Analysis/CMakeLists.txt
mlir/lib/Analysis/DataFlowAnalysis.cpp
mlir/lib/Dialect/Tosa/Transforms/TosaInferShapes.cpp
mlir/lib/Dialect/Transform/Transforms/CheckUses.cpp
mlir/test/Analysis/test-data-flow.mlir
mlir/test/lib/Analysis/CMakeLists.txt
mlir/test/lib/Analysis/TestDataFlow.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
|