-
Notifications
You must be signed in to change notification settings - Fork 165
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
Convert new AST into MLIR #117
Comments
This was referenced May 19, 2020
Will continue working on https://github.com/rengolin/verona/tree/mlir branch, squashed from mlir-ast branch in #107. |
Skeleton implementation of Doesn't parse any AST, but has MLIR -> {MLIR, LLVM} structure, uses verona dialect and has some tests. Next step, start looking at some basic AST constructs and lower to dialect IR. |
This was referenced Jul 16, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First iteration using opaque MLIR and see what comes out of it. We still won't be able to lower that in any helpful way before we have a minimal dialect and the type inference working.
Acceptance criteria:
Not included:
The text was updated successfully, but these errors were encountered: