Fix obvious bug in addAffineParallelOpDomain that would lead to
incorrect domain constraints for any affine.parallel op with
dimensionality greater than one.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D144349
[MLIR][Affine] Fix affine.parallel op domain add ClosedPublic Authored by bondhugula on Feb 19 2023, 5:41 AM.
Details Summary Fix obvious bug in addAffineParallelOpDomain that would lead to
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 19 2023, 7:52 AM Closed by commit rG332b8cf1f689: [MLIR][Affine] Fix affine.parallel op domain add (authored by bondhugula). · Explain WhyFeb 20 2023, 8:46 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 499036 mlir/lib/Dialect/Affine/Analysis/AffineStructures.cpp
mlir/test/Transforms/memref-dependence-check.mlir
|