[all-commits] [llvm/llvm-project] 7c6419: [NFC][mlir][bufferization] Move AllocationOpInterf...
Martin Erhart via All-commits
all-commits at lists.llvm.org
Thu Sep 7 01:00:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7c6419bc3c836538fc68b84a3a7621ecf21cc70c
https://github.com/llvm/llvm-project/commit/7c6419bc3c836538fc68b84a3a7621ecf21cc70c
Author: Martin Erhart <merhart at google.com>
Date: 2023-09-07 (Thu, 07 Sep 2023)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocation.cpp
M mlir/lib/Dialect/Bufferization/Transforms/Bufferize.cpp
Log Message:
-----------
[NFC][mlir][bufferization] Move AllocationOpInterface implementations (#65578)
The new Buffer Deallocation pass introduced in D158421 will not need the
AllocationOpInterface anymore, thus it is better to move those default
implementations to a place where they will still be used.
More information about the All-commits
mailing list