Merged
Conversation
Codecov Reportβ Patch coverage is π’ Thoughts on this report? Let us know! |
e10a24f to
934918b
Compare
burgholzer
added a commit
to munich-quantum-software/setup-mlir
that referenced
this pull request
Dec 6, 2025
Testing in [`mqt-core`](munich-quantum-toolkit/core#1356) has revealed that using LTO leads to problems when compiling with different compilers than the ones being used to compile the static libraries. This PR disables the LTO option for macOS arm64, which was the only setting where it was enabled. This also directly prepares a release, which should allow us to test the actions capabilities of picking the latest released version of a particular LLVM tag.
030c623 to
205aa26
Compare
8 tasks
a600d49 to
ecf14cc
Compare
denialhaag
commented
Dec 23, 2025
mlir/lib/Dialect/MQTRef/Translation/ImportQuantumComputation.cpp
Outdated
Show resolved
Hide resolved
burgholzer
added a commit
that referenced
this pull request
Dec 31, 2025
## Description This PR copies over some changes from #1356 so that the latter becomes a bit leaner and more focused on relevant changes. ## Checklist: - [x] The pull request only contains commits that are focused and relevant to this change. - [x] ~I have added appropriate tests that cover the new/changed functionality.~ - [x] ~I have updated the documentation to reflect these changes.~ - [x] ~I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.~ - [x] ~I have added migration instructions to the upgrade guide (if needed).~ - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes. --------- Signed-off-by: burgholzer <burgholzer@me.com> Co-authored-by: burgholzer <burgholzer@me.com>
f1c64f2 to
387a57c
Compare
Member
|
Okay, short summary of the latest findings here:
The rest seems to work just fine already ππΌ |
f08ff04 to
3ecf0db
Compare
8 tasks
Remove dedicated MLIR tests workflow and update workflows Signed-off-by: burgholzer <burgholzer@me.com>
β¦tions Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
β¦ndows Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
β¦tions)` Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: Lukas Burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
3c68684 to
48e6f48
Compare
Member
|
Okay, given how we already merged the dialect redesign PR, which should not be part of |
8 tasks
burgholzer
added a commit
that referenced
this pull request
Jan 8, 2026
## Description This PR copies over some changes from #1356 so that the latter becomes a bit leaner and more focused on relevant changes. ## Checklist: - [x] The pull request only contains commits that are focused and relevant to this change. - [x] ~I have added appropriate tests that cover the new/changed functionality.~ - [x] ~I have updated the documentation to reflect these changes.~ - [x] ~I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals.~ - [x] ~I have added migration instructions to the upgrade guide (if needed).~ - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes. --------- Signed-off-by: burgholzer <burgholzer@me.com> Co-authored-by: burgholzer <burgholzer@me.com> (cherry picked from commit 70b9d1f)
This was referenced Jan 12, 2026
6 tasks
8 tasks
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
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.
Description
Fixes #1132
Checklist:
I have added appropriate tests that cover the new/changed functionality.