Skip to content

FastISel: do not fold a swifterror load into anything. #2631

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

Conversation

TNorthover
Copy link

Stop FastISel emitting a swifterror load.

Swifterror loads aren't really loads at all, but copies from the designated
swifterror register, so FastISel shouldn't try to turn them into a real load.
@TNorthover
Copy link
Author

@swift-ci please test

@TNorthover TNorthover merged commit 85ab5c6 into swiftlang:apple/stable/20210107 Mar 8, 2021
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.

1 participant