[all-commits] [llvm/llvm-project] ed1cbe: [mlir][linalg][bufferize][NFC] Simplify Allocation...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Nov 4 20:01:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ed1cbebafa84cabbfeae762d6062eb33e7eb72a4
https://github.com/llvm/llvm-project/commit/ed1cbebafa84cabbfeae762d6062eb33e7eb72a4
Author: Matthias Springer <springerm at google.com>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M mlir/include/mlir/Dialect/Linalg/Transforms/ComprehensiveBufferize.h
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
Log Message:
-----------
[mlir][linalg][bufferize][NFC] Simplify AllocationCallbacks
AllocationCallbacks functions allocate/deallocate only. They no longer set the insertion point.
This is in preparation of decoupling ComprehensiveBufferize from the Linalg dialect.
Differential Revision: https://reviews.llvm.org/D112991
More information about the All-commits
mailing list