Skip to content

Conversation

@eeckstein
Copy link
Contributor

  • IRGen: fix generation of static enums with function payloads

fixes a compiler crash
rdar://109999583

  • InitializeStaticGlobals: remove dead instructions in global initializer

After removing the store it's required to remove the remaining dead instructions to avoid ownership verifier errors.
rdar://109999674

eeckstein added 2 commits May 31, 2023 14:22
fixes a compiler crash

rdar://109999583
After removing the store it's required to remove the remaining dead instructions to avoid ownership verifier errors.

rdar://109999674
@eeckstein
Copy link
Contributor Author

@swift-ci test

@hamishknight
Copy link
Contributor

@swift-ci please test source compatibility

@hamishknight
Copy link
Contributor

@swift-ci please smoke test macOS

@hamishknight hamishknight merged commit 65bb599 into swiftlang:main May 31, 2023
@eeckstein eeckstein deleted the fix-static-enums branch May 31, 2023 21:11
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.

2 participants