llvm-project/mlir/include/mlir-c
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
..
Bindings/Python [mlir][python] Makes C++ extension code relocatable by way of a macro. 2021-08-22 13:46:14 -07:00
Dialect Add more types to the LLVM dialect C API 2021-07-13 14:35:50 -07:00
AffineExpr.h [mlir][python] improve usability of Python affine construct bindings 2021-11-03 10:48:01 +01:00
AffineMap.h [mlir][linalg][python] Add attribute support to the OpDSL. 2021-06-24 09:40:32 +00:00
BuiltinAttributes.h [mlir] Extend C and Python API to support bulk loading of DenseElementsAttr. 2021-10-07 08:42:12 -07:00
BuiltinTypes.h [mlir][RFC] Refactor layout representation in MemRefType 2021-10-19 12:31:15 +03:00
Conversion.h Add C bindings for mlir::ExecutionEngine 2021-03-03 18:19:40 +00:00
Debug.h [mlir] Improve debug flag management in Python bindings 2021-04-19 14:45:43 +02:00
Diagnostics.h [mlir] Use more C99 comments in C API header files 2021-01-25 19:23:06 +01:00
ExecutionEngine.h Rename MlirExecutionEngine lookup to lookupPacked 2021-11-22 14:12:09 +01:00
IR.h [mlir][python] Implement more SymbolTable methods. 2021-11-29 20:31:13 -08:00
IntegerSet.h [mlir] Add C API for IntegerSet 2021-01-25 20:16:22 +01:00
Interfaces.h [mlir] Fixed a typo. 2021-11-02 21:39:10 +00:00
Pass.h [mlir][python] Add simple debugging and printing helpers 2021-04-16 13:47:46 +00:00
Registration.h [mlir][python] Provide "all passes" registration module in Python 2021-05-26 15:14:57 -07:00
Support.h [mlir] provide C API and Python bindings for symbol tables 2021-11-02 14:22:58 +01:00
Transforms.h [mlir][CAPI] Proposal: Always building a libMLIRPublicAPI.so (re-apply). 2020-11-08 16:57:51 -08:00