Skip to content

[Mangler] Mangle aliases to fastcall/vectorcall functions correctly #131

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 1 commit into from
Feb 27, 2022

Conversation

Amanieu
Copy link
Member

@Amanieu Amanieu commented Feb 26, 2022

These aliases are produced by MergeFunctions and need to be mangled according to the calling convention of the function they are pointing to instead of defaulting to the C calling convention.

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D120382

These aliases are produced by MergeFunctions and need to be mangled according to the calling convention of the function they are pointing to instead of defaulting to the C calling convention.

Reviewed By: rnk

Differential Revision: https://reviews.llvm.org/D120382
@nikic
Copy link

nikic commented Feb 27, 2022

Backport request: llvm#54103

@nikic nikic merged commit c03f980 into rust-lang:rustc/14.0-2022-02-09 Feb 27, 2022
vext01 pushed a commit to vext01/llvm-project that referenced this pull request Apr 12, 2024
Remove unused duplicate BinaryOperator opcode.
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