Files
swift-mirror/lib/SILOptimizer/Transforms
Erik Eckstein 7deb203301 Inliner: break infinite loops which are a result of inlining
This can happen if the only exit of a loop is the throw-branch of a `try_apply` and the inlined function does not actually throw.
Fixes a SIL verification failure.

rdar://169569071
2026-02-06 15:44:45 +01:00
..