There can't be any strides, and the offset for the canonical expr is
always 0. Fixes #55229.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D124795
[mlir][MemRef] Return `0` for the canonical strided layout expr of a 0d memref ClosedPublic Authored by bkramer on May 2 2022, 12:25 PM.
Details Summary There can't be any strides, and the offset for the canonical expr is
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 3 2022, 1:41 AM This revision was landed with ongoing or failed builds.May 3 2022, 2:02 AM Closed by commit rGdccb73318a18: [mlir][MemRef] Return `0` for the canonical strided layout expr of a 0d memref (authored by bkramer). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 426606 mlir/lib/IR/BuiltinTypes.cpp
mlir/test/Conversion/MemRefToLLVM/memref-to-llvm.mlir
|