llvm-project/mlir/lib/CAPI
Stella Laurenzo bdc3183742 [mlir][python] Implement more SymbolTable methods.
* set_symbol_name, get_symbol_name, set_visibility, get_visibility, replace_all_symbol_uses, walk_symbol_tables
* In integrations I've been doing, I've been reaching for all of these to do both general IR manipulation and module merging.
* I don't love the replace_all_symbol_uses underlying APIs since they necessitate SYMBOL_COUNT walks and have various sharp edges. I'm hoping that whatever emerges eventually for this can still retain this simple API as a one-shot.

Differential Revision: https://reviews.llvm.org/D114687
2021-11-29 20:31:13 -08:00
..
Conversion [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
Debug [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
Dialect [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
ExecutionEngine [MLIR] NFC. Rename MLIR CAPI ExecutionEngine target for consistency 2021-11-26 00:23:17 +05:30
IR [mlir][python] Implement more SymbolTable methods. 2021-11-29 20:31:13 -08:00
Interfaces [mlir] Refactor AbstractOperation and OperationName 2021-11-17 22:29:57 +00:00
Registration [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
Transforms [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
CMakeLists.txt [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00