-
Notifications
You must be signed in to change notification settings - Fork 10.5k
IRGen: Enable update of extended frame pointer entry on x86_64 #36312
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
IRGen: Enable update of extended frame pointer entry on x86_64 #36312
Conversation
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please test |
Build failed |
Build failed |
@swift-ci Please test |
Build failed |
On i386, looks unrelated. This patch should only change IRGen on x86_64. |
@swift-ci Please test os x platform |
Note there's a comment that should be updated: |
@swift-ci Please test windows |
@aschwaighofer we need this landed ASAP and in the next submission. |
So far this was only enabled on arm64. Let's see whether the x86_64 backend can handle it.