Skip to content

[AutoDiff] Fix derivative for array literal with tuple_element_addr elts #78355

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

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

kovdan01
Copy link
Contributor

The adjIndex was not incremented due to missed remapType.

Fixes #54214

The `adjIndex` was not incremented due to missed `remapType`.

Fixes swiftlang#54214
@kovdan01
Copy link
Contributor Author

Tagging @asl @JaapWijnen @rxwei

@kovdan01 kovdan01 marked this pull request as ready for review December 23, 2024 19:02
@kovdan01 kovdan01 requested a review from eeckstein as a code owner December 23, 2024 19:02
@asl
Copy link
Contributor

asl commented Dec 23, 2024

@swift-ci please test

Copy link
Contributor

@asl asl left a comment

Choose a reason for hiding this comment

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

LGTM, if CI passes

@asl
Copy link
Contributor

asl commented Jan 6, 2025

@swift-ci please smoke test

@asl asl enabled auto-merge (squash) January 6, 2025 23:04
@asl asl merged commit 95f34eb into swiftlang:main Jan 7, 2025
5 checks passed
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.

[SR-14222] [AutoDiff] Incorrect derivative for array literal with tuple_element_addr elements
2 participants