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

[VectorUtils] Skip interleave members with diff type and alloca sizes. #5727

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

fhahn
Copy link

@fhahn fhahn commented Dec 6, 2022

Currently, codegen doesn't support cases where the type size doesn't match the alloc size. Skip them for now.

Fixes llvm#58722.

(cherry picked from commit 758699c)

Currently, codegen doesn't support cases where the type size doesn't
match the alloc size. Skip them for now.

Fixes llvm#58722.

(cherry picked from commit 758699c)
@fhahn
Copy link
Author

fhahn commented Dec 6, 2022

@swift-ci please test

@fhahn fhahn merged commit bb5d3ef into swiftlang:stable/20221013 Dec 6, 2022
@fhahn fhahn deleted the lv-interleave-crash2 branch December 6, 2022 14:52
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.

1 participant