mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
By default it lowers the builtin to an `alloc_vector` with a paired `dealloc_stack`. If the builtin appears in the initializer of a global variable and the vector elements are initialized, a statically initialized global is created where the initializer is a `vector` instruction.