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

Remove ExtractRecordStructFromArray intrinsic #6025

Merged
merged 15 commits into from
Dec 1, 2023

Conversation

bob80905
Copy link
Collaborator

The ExtractRecordStructFromArray intrinsic is left over dead code that should be removed. This PR removes the intrinsic from existence. In the cases where this intrinsic was used, DefaultSubscript is used instead.
Moved from #5893 to target the main branch instead.
Fixes #5351

@bob80905 bob80905 marked this pull request as ready for review November 20, 2023 19:19
@bob80905 bob80905 force-pushed the elim_hidden_intrinsicsv2 branch from 5f93c33 to ce5cd72 Compare November 30, 2023 19:04
Copy link
Contributor

@tex3d tex3d left a comment

Choose a reason for hiding this comment

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

LGTM!

@bob80905 bob80905 merged commit ab4c4e5 into microsoft:main Dec 1, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

[SM 6.8] Eliminate hidden intrinsics: ImplicitRecordToStructCast and ExtractRecordStructFromArray
3 participants