-
-
Notifications
You must be signed in to change notification settings - Fork 49
🐛 Fix one-time-use of variables for the ctrl modifier
#1436
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
59f87ae
fix(mlir): :bug: fix one-time-use of variables for the `ctrl` modifier
DRovara a50d3af
Merge branch 'main' into mlir/fix/ctrl-one-use
DRovara fd061c7
fix(mlir): :bug: fix error introduced by merge
DRovara 7179197
docs(mlir): :memo: update examples in QCOOps.td
DRovara ce1ae87
refactor(mlir): :rotating_light: fix some linter issues
DRovara b88acbd
refactor(mlir): :rotating_light: further linter issue fixes
DRovara e6a09e1
refactor(mlir): :rotating_light: fix more linter issues
DRovara becf786
refactor(mlir): :recycle: reuse numTargets in conversion
DRovara a92d2c4
refactor(mlir): :recycle: implement coderabbit suggestions
DRovara 0059475
feat(mlir): :sparkles: implement lambda-based builder for QCO CtrlOps
DRovara 6c190b5
fix(mlir): :bug: make `qco.ctrl` builder that take a `UnitaryOpInterf…
DRovara 87dd322
chore(mlir): :recycle: add verification for the block argument type i…
DRovara dedbd64
test(mlir): :white_check_mark: add test for UnitaryOpInterface builde…
DRovara 38a4046
test(mlir): :white_check_mark: add tests for CtrlOp verifier
DRovara c214261
refactor(mlir): :recycle: apply coderabbit recommendations
DRovara 411b1d5
fix(mlir): :bug: fix datatypes of valueranges in test
DRovara d055ff1
refactor(mlir): :rotating_light: fix linter issues
DRovara 98ddd5c
test(mlir): :white_check_mark: also test custom parsing
DRovara 3c94d7b
refactor(mlir): :recycle: replace some `EXPECT` with `ASSERT` for cle…
DRovara 2bbb63b
fix linter issues
DRovara d6c53a5
fix linter issues
DRovara eeb8b9a
🐛 body lambda function must not return ValueRange
burgholzer 5f330fa
🎨 use `<OP>::create` over `builder.create` for better autocompletion …
burgholzer 012e55f
🎨 micro-optimizations
burgholzer baff792
♻️ rework tests to rely more on the QCOProgramBuilder for more concis…
burgholzer d553b39
🐛 fix the QCOProgramBuilder convenience methods
burgholzer 91474b1
🚨👌 Address clang-tidy warnings and CodeRabbit feedback
burgholzer d513e6b
🚨 fix missing header
burgholzer 4a60744
👌 Address CodeRabbit feedback
burgholzer f1659bd
🎨 even more idiomatic MLIR code
burgholzer 015e0b5
🚨 clang-tidy warnings
burgholzer 3c2fae2
📝 add to changelog
burgholzer 4fe36f2
👌 more CodeRabbit feedback
burgholzer 20b3a7e
Merge branch 'main' into mlir/fix/ctrl-one-use
burgholzer 631f3b3
👌 more CodeRabbit feedback
burgholzer a4311b3
👌 more CodeRabbit feedback
burgholzer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.