[all-commits] [llvm/llvm-project] 46c32a: [mlir] Enable folding memref alias for `ldmatrix`
Guray Ozen via All-commits
all-commits at lists.llvm.org
Thu May 25 04:10:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46c32afbc5e126285f18fb93803ce79bd76230a9
https://github.com/llvm/llvm-project/commit/46c32afbc5e126285f18fb93803ce79bd76230a9
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
M mlir/test/Dialect/MemRef/fold-memref-alias-ops.mlir
Log Message:
-----------
[mlir] Enable folding memref alias for `ldmatrix`
Folding mechanism does not recognize `ldmatrix` op. This work helps pass to recognize the op and fold the memref aliases.
Reviewed By: nicolasvasilache
Differential Revision: https://reviews.llvm.org/D151412
More information about the All-commits
mailing list