swift
Optimize enum comparisons
#81780
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
4
Changes
View On
GitHub
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