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

Add MLIR input/output #127

Open
1 of 2 tasks
fabianschuiki opened this issue Jun 6, 2020 · 2 comments
Open
1 of 2 tasks

Add MLIR input/output #127

fabianschuiki opened this issue Jun 6, 2020 · 2 comments
Labels
A-assembly Area: Assembly reading and writing. C-enhancement Category: Adding or improving on features.

Comments

@fabianschuiki
Copy link
Owner

fabianschuiki commented Jun 6, 2020

Add an assembly reader and writer for the LLHD MLIR dialect. This should be pretty straightforward, more or less replicating the current writer and adding a new *.lalrpop file for the reader.

It might even be easier to just add a flag to the current writer which switches it to MLIR mode, to be able to reuse the structure itself.

Todo

  • Reader
  • Writer
@fabianschuiki fabianschuiki added A-assembly Area: Assembly reading and writing. C-enhancement Category: Adding or improving on features. labels Jun 6, 2020
@fabianschuiki fabianschuiki added this to the v0.14 milestone Jun 6, 2020
@fabianschuiki
Copy link
Owner Author

@maerhart is working on this in his own fork right now.

@fabianschuiki
Copy link
Owner Author

MLIR output added as part of #134.

@fabianschuiki fabianschuiki removed this from the v0.16 milestone Sep 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-assembly Area: Assembly reading and writing. C-enhancement Category: Adding or improving on features.
Projects
None yet
Development

No branches or pull requests

1 participant