Fix upper bound constraint addition in addAffineParallelOpDomain; it was
off by one in the case of constants.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144836
Fix bug in addAffineParallelOpDomain upper bound constraint ClosedPublic Authored by bondhugula on Feb 26 2023, 6:04 PM.
Details Summary Fix upper bound constraint addition in addAffineParallelOpDomain; it was
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 27 2023, 11:39 AM This revision was landed with ongoing or failed builds.Feb 27 2023, 9:06 PM Closed by commit rGa2802dd24f62: [MLIR] Fix bug in addAffineParallelOpDomain upper bound constraint (authored by bondhugula). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 500659 mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
mlir/test/Transforms/memref-dependence-check.mlir
|