-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tracking draft for builder feature #31
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ss2165
force-pushed
the
builder2
branch
6 times, most recently
from
May 3, 2023 15:55
340e03f
to
85d9474
Compare
ss2165
force-pushed
the
builder2
branch
3 times, most recently
from
May 4, 2023 10:01
72c04bc
to
fb98150
Compare
relies on Value outputs always coming before any others
now more uniform behaviour across builder methods
and output wires array casting
varaint building needed moving to Dataflow + other theta builder refactors
doug-q
added a commit
that referenced
this pull request
Oct 21, 2024
## 🤖 New release * `hugr-llvm`: 0.1.0 <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.0](https://github.com/CQCL/hugr-llvm/releases/tag/v0.1.0) - 2024-07-10 ### Bug Fixes - Syntax error - sum type tag elision logic reversed - [**breaking**] Allow Const and FuncDecl as children of Modules, Dataflow Parents, and CFG nodes ([#46](CQCL/hugr-llvm#46)) ### Documentation - fix bad grammar ([#34](CQCL/hugr-llvm#34)) ### New Features - Emission for Call nodes - Support values - add `get_extern_func` ([#28](CQCL/hugr-llvm#28)) - lower CFGs ([#26](CQCL/hugr-llvm#26)) - Add initial codegen extension for `prelude` ([#29](CQCL/hugr-llvm#29)) - [**breaking**] `Namer` optionally appends node index to mangled names. ([#32](CQCL/hugr-llvm#32)) - Implement lowerings for ieq,ilt_s,sub in int codegen extension ([#33](CQCL/hugr-llvm#33)) - Add initial `float` extension ([#31](CQCL/hugr-llvm#31)) - Emit more int comparison operators ([#47](CQCL/hugr-llvm#47)) ### Refactor - clean up fat.rs ([#38](CQCL/hugr-llvm#38)) ### Testing - add a test for sum type tags - Add integration tests lowering guppy programs ([#35](CQCL/hugr-llvm#35)) </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/MarcoIeni/release-plz/). --------- Co-authored-by: Douglas Wilson <douglas.wilson@quantinuum.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Smaller PRs will be made from here
Building on #15
TODO
finish()