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

[BLOG] Bril to RISC-V Lowering System #436

Merged
merged 77 commits into from
Dec 23, 2023

Conversation

jdroob
Copy link
Contributor

@jdroob jdroob commented Dec 12, 2023

Closes #407

20ashah and others added 30 commits December 1, 2023 16:56
Blog post about MLIR paper
added summary
IR Structure
principle descriptions
conclusion
principles
Edited intro / added TODO
discussion paragraphs
finish discussion
Add more discussion regarding the advantage and limitations of nested IRs.
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
@jdroob jdroob requested a review from sampsyo December 20, 2023 23:25
Copy link
Contributor Author

@jdroob jdroob left a 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!

Copy link
Owner

@sampsyo sampsyo left a 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!

@sampsyo sampsyo merged commit 0b1d481 into sampsyo:2023fa Dec 23, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: BRIL to RISC-V Lowering System
4 participants