mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The current implementation creates a non-natural loop and none of the SIL and LLVM loop passes will work for such loops. We have to find a way to fix this in SIL. Until then, rewrite so we get a natural loop in SIL.