[clang] [CIR] Use SymbolTableCollection in LoweringPrepare's getCalledFunction (PR #195919)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Wed May 6 07:32:25 PDT 2026


erichkeane wrote:

> mlir::SymbolTableAnalysis stores this as attached ScopedSymbolTable to module I believe, which even survives between passes.

One thing I would like ot see is how we can keep it in 'sync' when we make changes.  It seems the symbol tables need to be manually updated, right? This feels error prone.

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


More information about the cfe-commits mailing list