[Mlir-commits] [mlir] [mlir][bufferize] Use resolveCallableInTable to cleanup getCalledFunction (NFC) (PR #165658)

Mehdi Amini llvmlistbot at llvm.org
Thu Oct 30 09:15:25 PDT 2025


https://github.com/joker-eph commented:

What is the motivation for this change?

The symbolTables is meant to accelerate queries by caching, this looks like removing the caching for a direct and more expensive query.

https://github.com/llvm/llvm-project/pull/165658


More information about the Mlir-commits mailing list