swift
72340f39 - [CSOptimizer] Look through `OptionalEvaluationExpr`s when dealing with unapplied disjunctions

Commit
233 days ago
[CSOptimizer] Look through `OptionalEvaluationExpr`s when dealing with unapplied disjunctions This improves performance for situations like `a?.b + 2` by giving a high score to `b` which prioritizes it over an operator.
Author
Committer
Parents
Loading