Avatar
omochimetaru 6/17/2021 6:11 PM
With libswift it is possible to add SIL optimization passes written in Swift. It allows to gradually migrate the SIL optimizer from C++ to Swift. For details see libswift/README.md and the PR, which introduced the initial version. libswift is now enabled in the CI, which means it's now possible to contribute to libswift. If you have any quest...