Files
swift-mirror/validation-test
Doug Gregor 88d34a1c7c [Constraint solver] De-priority SIMD operators.
The new SIMD proposal introduced a number of new operators, the presence of
which causes more "expression too complex" failures. Route around the
problem by de-prioritizing those operators, visiting them only if no
other operator could be chosen. This should limit the type checker
performance cost of said operators to only those expressions that need
them OR that already failed to type-check.

Fixes rdar://problem/46541800.
2018-12-11 16:34:37 -08:00
..
2018-11-29 17:09:01 -05:00
2018-11-12 11:32:32 -08:00
2018-08-10 06:58:40 -07:00