Unverified Commit 08e9c462 authored by Arnold Schwaighofer's avatar Arnold Schwaighofer Committed by GitHub
Browse files

SwiftCallingConv: Fix the splitVectorEntry function (#69953)

When splitting an entry into multiple entries, the indices of the split
entries are a combination of the original split entry's and the number
of elements we split that entry to.

Failure to do so resulted in non-sensical entries leading e.g to
assertion failures in `getCoerceAndExpandTypes` and runtime failures in
Swift programs.
parent 138e6c1c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment