Depends On: D146870
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
springerm added a parent revision: D146870: [mlir][Interfaces] ValueBoundsOpInterface: Support IntegerTypes.Mar 25 2023, 4:36 AM
Paths
| Differential D146871
[mlir][Arith][WIP] ValueBoundsOpInterface: Add support for `arith.select`/`scf.if` Needs ReviewPublic Authored by springerm on Mar 25 2023, 4:36 AM.
Details
Diff Detail
Event Timelinespringerm added a parent revision: D146870: [mlir][Interfaces] ValueBoundsOpInterface: Support IntegerTypes.Mar 25 2023, 4:36 AM
Revision Contents
Diff 508295 mlir/include/mlir/Dialect/Affine/Transforms/Transforms.h
mlir/include/mlir/Dialect/Arith/IR/ValueBoundsOpInterfaceImpl.h
mlir/include/mlir/Dialect/Arith/Transforms/Transforms.h
mlir/include/mlir/Interfaces/ValueBoundsOpInterface.h
mlir/lib/Dialect/Affine/Transforms/ReifyValueBounds.cpp
mlir/lib/Dialect/Arith/IR/ValueBoundsOpInterfaceImpl.cpp
mlir/lib/Dialect/Arith/Transforms/ReifyValueBounds.cpp
mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
mlir/lib/Dialect/SCF/IR/CMakeLists.txt
mlir/lib/Dialect/SCF/IR/ValueBoundsOpInterfaceImpl.cpp
mlir/lib/Interfaces/ValueBoundsOpInterface.cpp
mlir/test/Dialect/Arith/value-bounds-op-interface-impl.mlir
mlir/test/lib/Dialect/Affine/TestReifyValueBounds.cpp
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
|