[all-commits] [llvm/llvm-project] 8a918c: [mlir] add backward dense dataflow analysis
ftynse via All-commits
all-commits at lists.llvm.org
Tue Jul 11 09:48:10 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8a918c54bb0a58ca4e6b204674107626064cddb1
https://github.com/llvm/llvm-project/commit/8a918c54bb0a58ca4e6b204674107626064cddb1
Author: Alex Zinenko <zinenko at google.com>
Date: 2023-07-11 (Tue, 11 Jul 2023)
Changed paths:
M mlir/include/mlir/Analysis/DataFlow/DenseAnalysis.h
M mlir/include/mlir/Analysis/DataFlowFramework.h
M mlir/lib/Analysis/DataFlow/DenseAnalysis.cpp
M mlir/lib/Analysis/DataFlowFramework.cpp
A mlir/test/Analysis/DataFlow/test-next-access.mlir
M mlir/test/lib/Analysis/CMakeLists.txt
A mlir/test/lib/Analysis/DataFlow/TestDenseBackwardDataFlowAnalysis.cpp
M mlir/test/lib/Analysis/DataFlow/TestDenseDataFlowAnalysis.cpp
A mlir/test/lib/Analysis/DataFlow/TestDenseDataFlowAnalysis.h
M mlir/tools/mlir-opt/mlir-opt.cpp
M utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Log Message:
-----------
[mlir] add backward dense dataflow analysis
This is the counterpart to the forward dense dataflow analysis and
integrates into the dataflow framework. The implementation follows the
structure of existing dataflow analyses.
Reviewed By: Mogball, phisiart
Differential Revision: https://reviews.llvm.org/D154713
More information about the All-commits
mailing list