-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Details
We need to expand the number of variant types we have, by building wrappers around LLVMValueRefs. For example, we'll want a Tag::FunctionTag, though the actual function type creation process uses a plain LLVMValueRef. Look into other expressions (think structs, enums) that simply use LLVMValueRefs, and change them to their own tag types. We'll also want to look at existing implementation in ir that might benefit from more tag types.
Issue Type
- Feature
- Bugfix
- Documentation
- Refactoring
- Other:
Requirements
FunctionTag- Other tag types
- Updated testing
Notes
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Todo