[all-commits] [llvm/llvm-project] f7e1ce: [mlir][MemRef] Add pattern that forwards constant ...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Sep 26 08:34:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f7e1ce0f3071849fe9c7932a92038c51105fd8bc
https://github.com/llvm/llvm-project/commit/f7e1ce0f3071849fe9c7932a92038c51105fd8bc
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-09-26 (Mon, 26 Sep 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 pattern that forwards constant strided metadata.
`memref.extract_strided_metadata` can forward constants independently of the
exsistence of other operations such as subview or reshape.
Differential Revision: https://reviews.llvm.org/D134603
More information about the All-commits
mailing list