[Mlir-commits] [mlir] [mlir][bufferize] Use resolveCallableInTable to cleanup getCalledFunction (NFC) (PR #165658)
lonely eagle
llvmlistbot at llvm.org
Thu Oct 30 10:31:08 PDT 2025
linuxlonelyeagle wrote:
> What is the motivation for this change?
The motivation is simply to simplify the code.I'm sorry, I thought my motives were perfectly clear.
>
> The symbolTables is meant to accelerate queries by caching, this looks like removing the caching for a direct and more expensive query.
resolveCallableInTable will also use symbol tables.I believe there is no remove cache here.
https://github.com/llvm/llvm-project/pull/165658
More information about the Mlir-commits
mailing list