Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expanded Tag Variants #24

Open
2 of 5 tasks
CalebLItalien opened this issue May 8, 2024 · 0 comments
Open
2 of 5 tasks

Expanded Tag Variants #24

CalebLItalien opened this issue May 8, 2024 · 0 comments

Comments

@CalebLItalien
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant