Re-land D140899 to fix a missing dependency in the index dialect's
CMakeLists.txt.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D142147
[mlir][Index] Implement InferIntRangeInterface, re-land ClosedPublic Authored by krzysz00 on Jan 19 2023, 11:09 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 20 2023, 9:06 AM Closed by commit rG5af9d16dae71: [mlir][Index] Implement InferIntRangeInterface, re-land (authored by krzysz00). · Explain WhyJan 20 2023, 12:32 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 490944 mlir/include/mlir/Dialect/Index/IR/IndexOps.h
mlir/include/mlir/Dialect/Index/IR/IndexOps.td
mlir/include/mlir/Interfaces/Utils/InferIntRangeCommon.h
mlir/lib/Dialect/Arith/IR/CMakeLists.txt
mlir/lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp
mlir/lib/Dialect/Index/IR/CMakeLists.txt
mlir/lib/Dialect/Index/IR/InferIntRangeInterfaceImpls.cpp
mlir/lib/Interfaces/CMakeLists.txt
mlir/lib/Interfaces/Utils/CMakeLists.txt
mlir/lib/Interfaces/Utils/InferIntRangeCommon.cpp
mlir/test/Dialect/Index/int-range-inference.mlir
|