-
Notifications
You must be signed in to change notification settings - Fork 158
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
[BLOG] Bril to RISC-V Lowering System #436
Conversation
Blog post about MLIR paper
added summary
skeleton
IR Structure
principle descriptions
conclusion
principles
todos
Edited intro / added TODO
discussion paragraphs
finish discussion
Add more discussion regarding the advantage and limitations of nested IRs.
TF & more discussion
create blog post for final project
Added table of bril to riscv conversions
finish trivial register allocation section
added calling convention stuff
added tests / examples
formatting title
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All requested changes should've been covered. Plus quite a bit of clean up :) Please let us know if there's anything else we should fix!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome; nice work on the revisions!
Closes #407