[all-commits] [llvm/llvm-project] e58e40: [mlir][memref] Fold self copies
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Jan 14 05:44:48 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e58e401b798845ebaf131528d286b39dadfda914
https://github.com/llvm/llvm-project/commit/e58e401b798845ebaf131528d286b39dadfda914
Author: Matthias Springer <springerm at google.com>
Date: 2022-01-14 (Fri, 14 Jan 2022)
Changed paths:
M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
M mlir/test/Dialect/MemRef/canonicalize.mlir
Log Message:
-----------
[mlir][memref] Fold self copies
Fold `memref.copy %x, %x`.
Differential Revision: https://reviews.llvm.org/D117224
More information about the All-commits
mailing list