[all-commits] [llvm/llvm-project] 95aff2: Re-land "[mlir] Add integer range inference analys...
Krzysztof Drewniak via All-commits
all-commits at lists.llvm.org
Fri Jun 3 10:14:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95aff23e29214543360d893f9a61df0ebd1b65d2
https://github.com/llvm/llvm-project/commit/95aff23e29214543360d893f9a61df0ebd1b65d2
Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
Date: 2022-06-03 (Fri, 03 Jun 2022)
Changed paths:
A mlir/include/mlir/Analysis/IntRangeAnalysis.h
M mlir/include/mlir/Interfaces/CMakeLists.txt
A mlir/include/mlir/Interfaces/InferIntRangeInterface.h
A mlir/include/mlir/Interfaces/InferIntRangeInterface.td
M mlir/lib/Analysis/CMakeLists.txt
M mlir/lib/Analysis/DataFlowAnalysis.cpp
A mlir/lib/Analysis/IntRangeAnalysis.cpp
M mlir/lib/Interfaces/CMakeLists.txt
A mlir/lib/Interfaces/InferIntRangeInterface.cpp
A 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
A mlir/test/lib/Transforms/TestIntRangeInference.cpp
M mlir/tools/mlir-opt/mlir-opt.cpp
M mlir/unittests/Interfaces/CMakeLists.txt
A mlir/unittests/Interfaces/InferIntRangeInterfaceTest.cpp
Log Message:
-----------
Re-land "[mlir] Add integer range inference analysis""
This reverts commit 4e5ce2056e3e85f109a074e80bdd23a10ca2bed9.
This relands commit 1350c9887dca5ba80af8e3c1e61b29d6696eb240.
Reinstates the range analysis with the build issue fixed.
Differential Revision: https://reviews.llvm.org/D126926
More information about the All-commits
mailing list