[all-commits] [llvm/llvm-project] 8b97b4: [mlir][MemRef] NFC rename simplify-extract-strided...
qcolombet via All-commits
all-commits at lists.llvm.org
Mon Nov 21 14:49:32 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b97b4e7ee285539b37a8a88a2d38ae5719c1dfc
https://github.com/llvm/llvm-project/commit/8b97b4e7ee285539b37a8a88a2d38ae5719c1dfc
Author: Quentin Colombet <quentin.colombet at gmail.com>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M mlir/include/mlir/Dialect/MemRef/Transforms/Passes.h
M mlir/include/mlir/Dialect/MemRef/Transforms/Passes.td
M mlir/lib/Dialect/MemRef/Transforms/CMakeLists.txt
A mlir/lib/Dialect/MemRef/Transforms/ExpandStridedMetadata.cpp
R mlir/lib/Dialect/MemRef/Transforms/SimplifyExtractStridedMetadata.cpp
A mlir/test/Dialect/MemRef/expand-strided-metadata.mlir
R mlir/test/Dialect/MemRef/simplify-extract-strided-metadata.mlir
Log Message:
-----------
[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
More information about the All-commits
mailing list