Erik Eckstein
|
d31d82c6fe
|
SIL: remove a workaround for a Windows 5.10 host compiler crash
https://github.com/apple/swift/issues/73253 should be fixed in 6.0, which is now used as host compiler.
|
2025-03-14 09:49:53 +01:00 |
|
Erik Eckstein
|
3f95ce9645
|
Optimizer: fix spelling of the Simplifiable protocol
Rename `Simplifyable` -> `Simplifiable`
NFC
|
2025-02-12 09:01:11 +01:00 |
|
eeckstein
|
7bf193e764
|
SwiftCompilerSources: workaround a compiler crash on windows by disabling convert_function simplification
|
2024-04-29 10:52:25 +02:00 |
|
Erik Eckstein
|
b6938475b9
|
Optimizer: add simplification for the convert_escape_to_noescape instruction
Including the required bridging stuff.
%2 = thin_to_thick_function %1 to $() -> ()
%3 = convert_escape_to_noescape %2 : $() -> () to $@noescape () -> ()
->
%3 = thin_to_thick_function %1 to $@noescape () -> ()
|
2023-10-27 10:47:07 +02:00 |
|