[all-commits] [llvm/llvm-project] 03f4fe: [MLIR] Use cached symbol tables to get the called ...
Michele Scuttari via All-commits
all-commits at lists.llvm.org
Sun May 25 23:58:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03f4fe139700d47adceb47f94fbe5fe3fab1d7b6
https://github.com/llvm/llvm-project/commit/03f4fe139700d47adceb47f94fbe5fe3fab1d7b6
Author: Michele Scuttari <michele.scuttari at outlook.com>
Date: 2025-05-26 (Mon, 26 May 2025)
Changed paths:
M mlir/lib/Dialect/Bufferization/Transforms/FuncBufferizableOpInterfaceImpl.cpp
Log Message:
-----------
[MLIR] Use cached symbol tables to get the called function during bufferization (#141341)
Avoid recomputing the symbol tables by using the `BufferizationState` class introduced in #141019.
There is also one similar TODO remaining within the `getBufferType` function, but that requires more reasoning and one more API change.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list