This pass has outgrown its original goal and is now going to be used to expand certain memref operations before lowering.
Reflect that in the name.
The pass is now called expand-strided-metadata.
NFC
Paths
| Differential D138448
[mlir][MemRef] NFC rename simplify-extract-strided-metadata ClosedPublic Authored by qcolombet on Nov 21 2022, 9:42 AM.
Details Summary This pass has outgrown its original goal and is now going to be used to expand certain memref operations before lowering. The pass is now called expand-strided-metadata. NFC
Diff Detail
Event TimelineHerald added subscribers: Moerafaat, bzcheeseman, awarzynski and 20 others. · View Herald Transcript This revision is now accepted and ready to land.Nov 21 2022, 12:13 PM This revision was landed with ongoing or failed builds.Nov 21 2022, 2:49 PM Closed by commit rG8b97b4e7ee28: [mlir][MemRef] NFC rename simplify-extract-strided-metadata (authored by qcolombet). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 477009 mlir/include/mlir/Dialect/MemRef/Transforms/Passes.h
mlir/include/mlir/Dialect/MemRef/Transforms/Passes.td
mlir/lib/Dialect/MemRef/Transforms/CMakeLists.txt
mlir/lib/Dialect/MemRef/Transforms/ExpandStridedMetadata.cpp
mlir/lib/Dialect/MemRef/Transforms/SimplifyExtractStridedMetadata.cpp
mlir/test/Dialect/MemRef/expand-strided-metadata.mlir
|