[all-commits] [llvm/llvm-project] 1d24b8: [mlir][linalg][bufferize][NFC] Change bufferizable...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Oct 7 06:39:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d24b8c6038e4a0f076985a536779b6eeea358c7
https://github.com/llvm/llvm-project/commit/1d24b8c6038e4a0f076985a536779b6eeea358c7
Author: Matthias Springer <springerm at google.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M mlir/lib/Dialect/Linalg/Transforms/ComprehensiveBufferize.cpp
Log Message:
-----------
[mlir][linalg][bufferize][NFC] Change bufferizableInPlaceAnalysis signature
Move getInplaceableOpResult() call into bufferizableInPlaceAnalysis.
Note: The only goal of this change is to make the signature of bufferizableInPlaceAnalysis smaller. (Fewer arguments.)
Differential Revision: https://reviews.llvm.org/D110915
More information about the All-commits
mailing list