The 0-d case simply forwards the indexing from the source memref and
works out of the box.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133536
[mlir][memref] Add support for 0-D transfer / subview fold. ClosedPublic Authored by nicolasvasilache on Sep 8 2022, 3:23 PM.
Details Summary The 0-d case simply forwards the indexing from the source memref and
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 8 2022, 3:24 PM This revision was landed with ongoing or failed builds.Sep 8 2022, 3:25 PM Closed by commit rGb7d47ed1da97: [mlir][memref] Add support for 0-D transfer / subview fold. (authored by nicolasvasilache). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 458897 mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
mlir/test/Dialect/MemRef/fold-memref-alias-ops.mlir
|