mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
For `alloc_ref [bare] [stack]` and `global_value [bare]` omit the object header initialization. The `bare` flag means that the object header is not used. This was already done with a peephole optimization inside IRGen for `global_value`. But now rely on the SIL `bare` flag.
9.8 KiB
9.8 KiB