[all-commits] [llvm/llvm-project] 4e5ce2: Revert "[mlir] Add integer range inference analysis"
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Thu Jun 2 14:25:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e5ce2056e3e85f109a074e80bdd23a10ca2bed9
https://github.com/llvm/llvm-project/commit/4e5ce2056e3e85f109a074e80bdd23a10ca2bed9
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2022-06-02 (Thu, 02 Jun 2022)
Changed paths:
R mlir/include/mlir/Analysis/IntRangeAnalysis.h
M mlir/include/mlir/Interfaces/CMakeLists.txt
R mlir/include/mlir/Interfaces/InferIntRangeInterface.h
R mlir/include/mlir/Interfaces/InferIntRangeInterface.td
M mlir/lib/Analysis/CMakeLists.txt
M mlir/lib/Analysis/DataFlowAnalysis.cpp
R mlir/lib/Analysis/IntRangeAnalysis.cpp
M mlir/lib/Interfaces/CMakeLists.txt
R mlir/lib/Interfaces/InferIntRangeInterface.cpp
R mlir/test/Interfaces/InferIntRangeInterface/infer-int-range-test-ops.mlir
M mlir/test/lib/Dialect/Test/CMakeLists.txt
M mlir/test/lib/Dialect/Test/TestDialect.cpp
M mlir/test/lib/Dialect/Test/TestDialect.h
M mlir/test/lib/Dialect/Test/TestOps.td
M mlir/test/lib/Transforms/CMakeLists.txt
R mlir/test/lib/Transforms/TestIntRangeInference.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
M mlir/unittests/Interfaces/CMakeLists.txt
R mlir/unittests/Interfaces/InferIntRangeInterfaceTest.cpp
Log Message:
-----------
Revert "[mlir] Add integer range inference analysis"
This reverts commit 1350c9887dca5ba80af8e3c1e61b29d6696eb240.
Shared library build is broken with undefined references.
More information about the All-commits
mailing list