swift
6ae818c9
- Remove the LLVM stack promotion pass and related SIL optimization logic.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
9 years ago
Remove the LLVM stack promotion pass and related SIL optimization logic. It's not needed anymore because array buffers are now allocated with alloc_ref instead of a swift_bufferAllocate runtime call.
References
#4722 - New SIL instructions to support tail-allocated arrays in SIL.
Author
eeckstein
Committer
eeckstein
Parents
15cca804
Loading