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

[CIR][Lowering] Supports varargs in the CallingConvention pass #1005

Merged
merged 5 commits into from
Oct 29, 2024

Conversation

gitoleg
Copy link
Collaborator

@gitoleg gitoleg commented Oct 25, 2024

This PR adds several copy-pasted lines and a small test and now var args seems to work in the calling convention pass

Copy link

github-actions bot commented Oct 25, 2024

✅ With the latest revision this PR passed the C/C++ code formatter.

Copy link
Member

@bcardosolopes bcardosolopes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working on all these lowering issues, this is great! Some nit and good to go.

clang/test/CIR/CallConvLowering/varargs.c Outdated Show resolved Hide resolved
@gitoleg
Copy link
Collaborator Author

gitoleg commented Oct 28, 2024

@bcardosolopes done!

@bcardosolopes bcardosolopes merged commit 6a79d2b into llvm:main Oct 29, 2024
6 checks passed
lanza pushed a commit that referenced this pull request Nov 5, 2024
This PR adds several copy-pasted lines and a small test and now var args
seems to work in the calling convention pass
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