Files
clang-p2996/mlir/lib/IR/SymbolTable.cpp
Michele Scuttari 7ec1e0f7ba [MLIR] Add method to invalidate cached symbol table (#138014)
This PR adds a method to the `SymbolTableCollection` class to invalidate
the cached symbol table for an operation.

This is important when doing IR modifications that erase and also create
operations having the `OpTrait::SymbolTable` trait. If a symbol table of
an erased operation is not invalidated, a new operation sharing the same
address would be associated with outdated, and wrong, information.
2025-05-01 09:12:33 +02:00

45 KiB