swift
Optimize enum comparisons
#81780
Merged

Commits
  • Swift Utils: make `StringRef` be `ExpressibleByStringLiteral`
    eeckstein committed 1 year ago
  • Optimizer: peephole optimization for raw-value enum comparsions
    eeckstein committed 1 year ago
  • Sema: add a `@_semantics` attribute to synthesized enum comparison functions
    eeckstein committed 1 year ago
  • PerformanceInliner: always inline synthesized enum comparisons if one of the operands is a constant enum
    eeckstein committed 1 year ago
Loading