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

Remove the WarnMissedTransformations pass from the 1.10 pipeline #55377

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

vchuravy
Copy link
Member

@vchuravy vchuravy commented Aug 5, 2024

Backport of #54871 onto 1.10

We don't have the luxury of modifying the C-API. This pass surfaces LLVM missed transformation warnings,
which is surprising to users. It can be very helpful, but it can also add unactionable noise to the output
of Julia programs.

This PR simply removes it from the pipeline.

@KristofferC KristofferC merged commit b5d12a5 into backports-release-1.10 Aug 5, 2024
2 of 5 checks passed
@KristofferC KristofferC deleted the vc/warn_missed_transformations branch August 5, 2024 10:06
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.

2 participants