[all-commits] [llvm/llvm-project] 3a33c1: [mlir][MemRef] Add a extract_strided_metadata(extr...
qcolombet via All-commits
all-commits at lists.llvm.org
Fri Oct 14 12:03:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a33c146edd2a78b2160456e83918a4a042dcc62
https://github.com/llvm/llvm-project/commit/3a33c146edd2a78b2160456e83918a4a042dcc62
Author: Quentin Colombet <quentin.colombet at gmail.com>
Date: 2022-10-14 (Fri, 14 Oct 2022)
Changed paths:
M mlir/lib/Dialect/MemRef/Transforms/SimplifyExtractStridedMetadata.cpp
M mlir/test/Dialect/MemRef/simplify-extract-strided-metadata.mlir
Log Message:
-----------
[mlir][MemRef] Add a extract_strided_metadata(extract_strided_metadata) pattern
This pattern will be useful to get cleaner code when lowering view like
operations.
Differential Revision: https://reviews.llvm.org/D135836
More information about the All-commits
mailing list