This includes:
- void type
- array types
- function types
- literal (unnamed) struct types
Paths
| Differential D105908
Add more types to the LLVM dialect C API ClosedPublic Authored by apaszke on Jul 13 2021, 10:13 AM.
Details
Summary This includes:
Diff Detail
Event Timelineftynse added inline comments. This revision is now accepted and ready to land.Jul 13 2021, 11:41 AM Closed by commit rG8a2720d81e15: Add more types to the LLVM dialect C API (authored by apaszke, committed by jpienaar). · Explain WhyJul 13 2021, 2:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 358323 mlir/include/mlir-c/Dialect/LLVM.h
mlir/lib/CAPI/Dialect/LLVM.cpp
mlir/test/CAPI/llvm.c
|
Nit: did you forget the trailing 1 for the equality check?