[all-commits] [llvm/llvm-project] cd84cf: [mlir][linalg][bufferize][NFC] Do not cache buffer...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Thu Jan 6 07:14:21 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd84cf90e90856f0672e80701a14c672014b3471
https://github.com/llvm/llvm-project/commit/cd84cf90e90856f0672e80701a14c672014b3471
Author: Matthias Springer <springerm at google.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp
Log Message:
-----------
[mlir][linalg][bufferize][NFC] Do not cache bufferized function types
This does not work if BufferizationState is passed around as a const reference in most places.
Differential Revision: https://reviews.llvm.org/D116741
More information about the All-commits
mailing list