Update normalizeAffineFor utility to canonicalize maps and operands
before using them.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D121086
Update normalizeAffineFor to canonicalize maps/operands before using them ClosedPublic Authored by bondhugula on Mar 7 2022, 12:06 AM.
Details Summary Update normalizeAffineFor utility to canonicalize maps and operands
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 7 2022, 2:36 AM This revision was landed with ongoing or failed builds.Mar 7 2022, 5:30 AM Closed by commit rG9b740c035c8b: Update normalizeAffineFor to canonicalize maps/operands before using them (authored by bondhugula). · Explain Why This revision was automatically updated to reflect the committed changes. bondhugula marked an inline comment as done.
Revision Contents
Diff 413438 mlir/lib/Dialect/Affine/Utils/Utils.cpp
mlir/test/Dialect/Affine/affine-loop-normalize.mlir
|
We don't care that the for is in the next line after the func declaration, so just CHECK should suffice here.