[mlir][bufferize][NFC] Remove caller map and ordered func list from FuncAnalysisState
authorMatthias Springer <springerm@google.com>
Wed, 6 Apr 2022 14:42:53 +0000 (23:42 +0900)
committerMatthias Springer <springerm@google.com>
Wed, 6 Apr 2022 15:49:24 +0000 (00:49 +0900)
commit7e6de86ff654631ed7484fc7a0db26c49f73fb88
tree7765c26e6db409788ffb2d950f0d4564a2b26479
parentcb186bc5084ddace49e6eef2de2346b781391dc4
[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
mlir/lib/Dialect/Linalg/ComprehensiveBufferize/ModuleBufferization.cpp