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

Compiler: Add support for more types #11

Open
bakkdoor opened this issue Nov 24, 2022 · 0 comments
Open

Compiler: Add support for more types #11

bakkdoor opened this issue Nov 24, 2022 · 0 comments
Assignees
Labels
compiler Related to compiler / codegen via LLVM enhancement New feature or request

Comments

@bakkdoor
Copy link
Owner

Right now we just allow f32 values in the compiler, everything else is still todo!().
Need to figure out some way to handle the remaining value types and how to encode them via LLVM IR.
Probably need to split this into multiple smaller issues and do some more research to figure out a good approach.

@bakkdoor bakkdoor added enhancement New feature or request compiler Related to compiler / codegen via LLVM labels Nov 24, 2022
@bakkdoor bakkdoor changed the title Compiler: Add support for more types than just f32 Compiler: Add support for more types Dec 2, 2022
@bakkdoor bakkdoor self-assigned this Dec 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Related to compiler / codegen via LLVM enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant