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

add ppc64le vector abi with tests #17205

Merged
merged 1 commit into from
Jul 1, 2016
Merged

add ppc64le vector abi with tests #17205

merged 1 commit into from
Jul 1, 2016

Conversation

vtjnash
Copy link
Member

@vtjnash vtjnash commented Jun 29, 2016

also add conversion functions for VecElement to make it easier to construct

finishes fixing #16455

return ArrayType::get(T_int64, (size + 7) / 8);
}
else {
Type *T_int128 = Type::getIntNTy(jl_LLVMContext, 128);
Copy link
Contributor

Choose a reason for hiding this comment

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

tabs

@JeffBezanson
Copy link
Member

LGTM.

also add convert functions for VecElement to make them easier to construct
@JeffBezanson JeffBezanson merged commit 789eaeb into master Jul 1, 2016
@vtjnash vtjnash deleted the jn/ppc64vec branch July 1, 2016 23:08
(1024, 1023, 1022, 1021), (1025, 1024, 1023, 1022), (1026, 1025, 1024, 1023), (1027, 1026, 1025, 1024), (10028, 10027, 10026, 10025))

else
warn("ccall: no VecReg tests run for this platform")
Copy link
Contributor

Choose a reason for hiding this comment

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

do we really need this?

Copy link
Member Author

Choose a reason for hiding this comment

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

we should be running VecReg tests on all supported platforms, or we are missing test coverage

Copy link
Contributor

Choose a reason for hiding this comment

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

ah. we're missing 32 bit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants