[all-commits] [llvm/llvm-project] b7d47e: [mlir][memref] Add support for 0-D transfer / subv...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Sep 8 15:25:22 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7d47ed1da974bdba4d2b74589c985e7190b8d21
https://github.com/llvm/llvm-project/commit/b7d47ed1da974bdba4d2b74589c985e7190b8d21
Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
M mlir/test/Dialect/MemRef/fold-memref-alias-ops.mlir
Log Message:
-----------
[mlir][memref] Add support for 0-D transfer / subview fold.
The 0-d case simply forwards the indexing from the source memref and
works out of the box.
Differential Revision: https://reviews.llvm.org/D133536
More information about the All-commits
mailing list