Christian Ulmann
46edbce454
[MLIR][LLVM] Change CAPI pointer factory to create opaque pointers ( #70572 )
...
This commit changes the LLVM dialect's CAPI pointer getters to drop
support for typed pointers. Typed pointers are deprecated and should no
longer be generated.
2023-10-30 12:50:37 +01:00
Adam Paszke
8a2720d81e
Add more types to the LLVM dialect C API
...
This includes:
- void type
- array types
- function types
- literal (unnamed) struct types
Reviewed By: jpienaar, ftynse
Differential Revision: https://reviews.llvm.org/D105908
2021-07-13 14:35:50 -07:00
Adam Paszke
35d4593e6b
Add C API files for the LLVM dialect
...
For now only expose a builder for the LLVM pointer type.
Reviewed By: jpienaar, ftynse
Differential Revision: https://reviews.llvm.org/D105346
2021-07-02 11:55:44 -07:00