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

Fix handling of Array argument type in ccall. #17237

Merged
merged 1 commit into from
Jul 3, 2016

Conversation

yuyichao
Copy link
Contributor

@yuyichao yuyichao commented Jul 2, 2016

Fixes #17204 Add test for Array calling convention.

(The aarch64 ABI was saved due to the conservative handling of bitstypes with strange sizes.....)

@yuyichao yuyichao added system:arm ARMv7 and AArch64 compiler:codegen Generation of LLVM IR and native code backport pending 0.4 labels Jul 2, 2016
@yuyichao
Copy link
Contributor Author

yuyichao commented Jul 2, 2016

Tentatively add backport pending label although the backport version probably need many tweaks.

@yuyichao yuyichao force-pushed the yyc/codegen/ccall-array branch from 77d75ed to 8536543 Compare July 2, 2016 12:58
@yuyichao yuyichao merged commit be46ceb into master Jul 3, 2016
@yuyichao yuyichao deleted the yyc/codegen/ccall-array branch July 3, 2016 11:59
@ViralBShah
Copy link
Member

Just checking if this is necessary for power too.

@yuyichao
Copy link
Contributor Author

yuyichao commented Jul 3, 2016

I believe the power abi already handles this

tkelman pushed a commit that referenced this pull request Sep 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler:codegen Generation of LLVM IR and native code system:arm ARMv7 and AArch64
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants