cairo_native
cairo_native copied to clipboard
Extract type layouts from MLIR.
Completely remove the hardcoded layout generation. Since we're defining a layout explicitly we can rely on the MLIR layouts instead of hardcoding our versions and hoping that it won't break without notice.
Depends on #474.
Checklist
- [ ] Linked to Github Issue
- [ ] Unit tests added
- [ ] Integration tests added.
- [ ] This change requires new documentation.
- [ ] Documentation has been added/updated.