[all-commits] [llvm/llvm-project] a6fa12: Revert "[mlir] Add a generic data-flow analysis fr...
frgossen via All-commits
all-commits at lists.llvm.org
Tue Jun 14 14:14:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a6fa12ab3b47e20ce1e8698a58073ad68ed293d1
https://github.com/llvm/llvm-project/commit/a6fa12ab3b47e20ce1e8698a58073ad68ed293d1
Author: Frederik Gossen <frgossen at google.com>
Date: 2022-06-14 (Tue, 14 Jun 2022)
Changed paths:
R mlir/include/mlir/Analysis/DataFlowFramework.h
M mlir/lib/Analysis/CMakeLists.txt
R mlir/lib/Analysis/DataFlowFramework.cpp
R mlir/test/Analysis/test-foo-analysis.mlir
M mlir/test/lib/Analysis/CMakeLists.txt
R mlir/test/lib/Analysis/TestDataFlowFramework.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/test/BUILD.bazel
Log Message:
-----------
Revert "[mlir] Add a generic data-flow analysis framework"
This reverts commit 9dea11728340e54e1fde76320b61a559148c8a3e.
The PointerUnion assumes 3 available bits, which is not the case on 32-bit
machines.
More information about the All-commits
mailing list