forked from swiftlang/swift
-
Notifications
You must be signed in to change notification settings - Fork 30
[pull] swiftwasm from main #2171
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…rload is (T,T)->T, with no (T,T)->U
…e types match existing binding choices
…n to speed up further searching
successfully finding a solution by favoring operators already bound elsewhere. Favoring existing operator bindings often lets the solver find a solution fast, but it's not necessarily the best solution.
order them first in the main disjunction partition.
`DisjunctionStep::shortCircuitDisjunctionAt`. This code is unnecessary because SIMD overloads are in their own partition, so the short circuiting will happen automatically.
hacks for now. There's some more disjunction pruning work to be done before we can remove this.
existingOperatorBindingsForDisjunction.
selectDisjunction if both disjunctions are operator bindings.
are already bound elsewhere for existingOperatorBindingsForDisjunction, rather than also considering overload choices with the same type.
… being coerced to result type While applying type inferred for autoclosure to argument use locator that records argument/param indices to make it possible for `coerceToType` to simplify it down to underlying argument expression if necessary.
driver: allow SWIFT_USE_NEW_DRIVER to specify a driver executable name
The test started working in the last week, for unknown reasons. Remove the XFAIL line, but keep the infra for detecting the MSVC version for the tests. It might be useful later. If the test starts failing again, and nobody has any idea why, the best path forward might be marking it as UNSUPPORTED.
…svc-2017-test [windows] Partial revert swiftlang#34143. Remove XFAIL.
driver: add an option to avoid forwarding to the new driver
…-loc [CSApply] Adjust @autoclosure locator to point to argument expression…
…or-solving [Constraint System] Implement heuristics for linked operator expressions in the solver proper.
kateinoigakukun
approved these changes
Nov 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )