[all-commits] [llvm/llvm-project] 7e6de8: [mlir][bufferize][NFC] Remove caller map and order...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Wed Apr 6 08:50:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e6de86ff654631ed7484fc7a0db26c49f73fb88
https://github.com/llvm/llvm-project/commit/7e6de86ff654631ed7484fc7a0db26c49f73fb88
Author: Matthias Springer <springerm at google.com>
Date: 2022-04-07 (Thu, 07 Apr 2022)
Changed paths:
M mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp
Log Message:
-----------
[mlir][bufferize][NFC] Remove caller map and ordered func list from FuncAnalysisState
These can be local variables. No need to store them in the struct.
Differential Revision: https://reviews.llvm.org/D123210
More information about the All-commits
mailing list