getUpperBound is analogous to getLowerBound(), except for the upper
bound, and is used in range analysis.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D124020
[mlir] Adds getUpperBound() to LoopLikeInterface. ClosedPublic Authored by krzysz00 on Apr 19 2022, 10:48 AM.
Details Summary getUpperBound is analogous to getLowerBound(), except for the upper
Diff Detail
Event Timelinekrzysz00 added a child revision: D124023: [mlir] Add integer range inference analysis.Apr 19 2022, 11:00 AM This revision is now accepted and ready to land.Apr 19 2022, 11:51 AM Closed by commit rGddc2eb0ada99: [mlir] Adds getUpperBound() to LoopLikeInterface. (authored by krzysz00). · Explain WhyApr 19 2022, 12:56 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423673 mlir/include/mlir/Dialect/Affine/IR/AffineOps.td
mlir/include/mlir/Dialect/SCF/SCFOps.td
mlir/include/mlir/Interfaces/LoopLikeInterface.td
mlir/lib/Dialect/Affine/IR/AffineOps.cpp
mlir/lib/Dialect/SCF/SCF.cpp
|