[all-commits] [llvm/llvm-project] 2441c0: [mlir][bufferization] Support multiple leaves in E...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Fri Feb 10 00:39:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2441c0730603eb6a543dae56c14c3e1ccb08fb55
https://github.com/llvm/llvm-project/commit/2441c0730603eb6a543dae56c14c3e1ccb08fb55
Author: Matthias Springer <springerm at google.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/EmptyTensorElimination.cpp
M mlir/test/Dialect/Bufferization/Transforms/one-shot-bufferize-empty-tensor-elimination.mlir
Log Message:
-----------
[mlir][bufferization] Support multiple leaves in EmptyTensorElimination
Support cases where a source tensor can be traced back to multiple possible tensor.empty ops.
Differential Revision: https://reviews.llvm.org/D142130
More information about the All-commits
mailing list