The existing logic was not sufficient for the case of loops with lower
and upper bounds with different operand lists.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155578
[MLIR] Fix a bug in affine-loop-normalize ClosedPublic Authored by vimal-polymagelabs on Jul 18 2023, 4:26 AM.
Details Summary The existing logic was not sufficient for the case of loops with lower
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 20 2023, 7:24 AM This revision was landed with ongoing or failed builds.Jul 27 2023, 5:14 AM Closed by commit rG8f72e5600080: [MLIR] Fix a bug in affine-loop-normalize (authored by vimal-polymagelabs, committed by bondhugula). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 544719 mlir/lib/Dialect/Affine/Utils/Utils.cpp
mlir/test/Dialect/Affine/affine-loop-normalize.mlir
|
Drop the %{{.*}} = part. No need to match this.