Files
swift-mirror/test/Profiler
Hamish Knight 78ed2d2d25 [SILGen] Plumb through PGO counters for pattern conditions
This is necessary to correctly handle PGO for `for` loops with the 
upcoming work that desugars them into `while` loops in the AST. We
still don't properly handle individual condition PGO counters so this
only supports single top-level refutable patterns for now.
2026-01-13 18:44:35 +00:00
..