[all-commits] [llvm/llvm-project] 2c3ba9: [mlir][Linalg] Unrestrict redundant transfer hoist...
Quinn Dawkins via All-commits
all-commits at lists.llvm.org
Sat Feb 10 20:01:27 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2c3ba9f6225612caf7d2d5ba6613ba1454d52dc3
https://github.com/llvm/llvm-project/commit/2c3ba9f6225612caf7d2d5ba6613ba1454d52dc3
Author: Quinn Dawkins <quinn.dawkins at gmail.com>
Date: 2024-02-10 (Sat, 10 Feb 2024)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/Hoisting.h
M mlir/lib/Dialect/Linalg/Transforms/Hoisting.cpp
Log Message:
-----------
[mlir][Linalg] Unrestrict redundant transfer hoisting from func.func (#79516)
All the hoistRedundantVectorTransfers op does is walk the target
operation, which does not have to be restricted to func.func.
More information about the All-commits
mailing list