mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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.
This commit is contained in:
@@ -234,7 +234,6 @@ int main(int argc, char **argv) {
|
||||
initializeSwiftRCIdentityPass(Registry);
|
||||
initializeSwiftARCOptPass(Registry);
|
||||
initializeSwiftARCContractPass(Registry);
|
||||
initializeSwiftStackPromotionPass(Registry);
|
||||
initializeInlineTreePrinterPass(Registry);
|
||||
initializeSwiftMergeFunctionsPass(Registry);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user