[mlir][MemRef] NFC rename simplify-extract-strided-metadata
authorQuentin Colombet <quentin.colombet@gmail.com>
Mon, 21 Nov 2022 17:37:39 +0000 (17:37 +0000)
committerQuentin Colombet <quentin.colombet@gmail.com>
Mon, 21 Nov 2022 22:43:15 +0000 (22:43 +0000)
commit8b97b4e7ee285539b37a8a88a2d38ae5719c1dfc
tree4ddaa51ccf498a114169cb51a754e3933957ce49
parentb78d5380da1184a4df0e3c31146bf50c3dadd5e0
[mlir][MemRef] NFC rename simplify-extract-strided-metadata

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

Differential Revision: https://reviews.llvm.org/D138448
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 [moved from mlir/lib/Dialect/MemRef/Transforms/SimplifyExtractStridedMetadata.cpp with 97% similarity]
mlir/test/Dialect/MemRef/expand-strided-metadata.mlir [moved from mlir/test/Dialect/MemRef/simplify-extract-strided-metadata.mlir with 99% similarity]