[all-commits] [llvm/llvm-project] 39427a: [mlir][Linalg] Fold/erase self-copy linalg.copy on...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Thu Jul 13 07:42:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39427a4fbb6e6714b773909a08ab37f655850891
https://github.com/llvm/llvm-project/commit/39427a4fbb6e6714b773909a08ab37f655850891
Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
Date: 2023-07-13 (Thu, 13 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/IR/LinalgNamedStructuredOps.yaml
M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
M mlir/python/mlir/dialects/linalg/opdsl/ops/core_named_ops.py
M mlir/test/Dialect/Linalg/canonicalize.mlir
Log Message:
-----------
[mlir][Linalg] Fold/erase self-copy linalg.copy on buffers
Differential Revision: https://reviews.llvm.org/D155203
More information about the All-commits
mailing list