mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
`zeroInitializer` is blocking optimizations. It is not needed because the constructor will initialize the memory anyway. We only need to tell mandatory passes that this memory should be treated as initialized.