This reverts commit 4e5ce2056e3e85f109a074e80bdd23a10ca2bed9.
This relands commit 1350c9887dca5ba80af8e3c1e61b29d6696eb240.
Reinstates the range analysis with the build issue fixed.
Paths
| Differential D126926
Re-land "[mlir] Add integer range inference analysis"" ClosedPublic Authored by krzysz00 on Jun 2 2022, 2:57 PM.
Details Summary This reverts commit 4e5ce2056e3e85f109a074e80bdd23a10ca2bed9. This relands commit 1350c9887dca5ba80af8e3c1e61b29d6696eb240. Reinstates the range analysis with the build issue fixed.
Diff Detail
Event Timelinekrzysz00 retitled this revision from Revert "Revert "[mlir] Add integer range inference analysis"" to Re-land "[mlir] Add integer range inference analysis"". krzysz00 added a reverted change: rG4e5ce2056e3e: Revert "[mlir] Add integer range inference analysis". Comment ActionsUpdate commit message Closed by commit rG95aff23e2921: Re-land "[mlir] Add integer range inference analysis"" (authored by krzysz00). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions In general It's better to not create a new revision and keep using the same so that the git blame/git log messages points to the revision that was reviewed.
Revision Contents
Diff 434059 mlir/include/mlir/Analysis/IntRangeAnalysis.h
mlir/include/mlir/Interfaces/CMakeLists.txt
mlir/include/mlir/Interfaces/InferIntRangeInterface.h
mlir/include/mlir/Interfaces/InferIntRangeInterface.td
mlir/lib/Analysis/CMakeLists.txt
mlir/lib/Analysis/DataFlowAnalysis.cpp
mlir/lib/Analysis/IntRangeAnalysis.cpp
mlir/lib/Interfaces/CMakeLists.txt
mlir/lib/Interfaces/InferIntRangeInterface.cpp
mlir/test/Interfaces/InferIntRangeInterface/infer-int-range-test-ops.mlir
mlir/test/lib/Dialect/Test/CMakeLists.txt
mlir/test/lib/Dialect/Test/TestDialect.h
mlir/test/lib/Dialect/Test/TestDialect.cpp
mlir/test/lib/Dialect/Test/TestOps.td
mlir/test/lib/Transforms/CMakeLists.txt
mlir/test/lib/Transforms/TestIntRangeInference.cpp
mlir/tools/mlir-opt/mlir-opt.cpp
mlir/unittests/Interfaces/CMakeLists.txt
mlir/unittests/Interfaces/InferIntRangeInterfaceTest.cpp
|