mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This disables a bunch of passes when ownership is enabled. This will allow me to keep transparent functions in ossa and skip most of the performance pipeline without being touched by passes that have not been updated for ownership. This is important so that we can in -Onone code import transparent functions and inline them into other ossa functions (you can't inline from ossa => non-ossa).
45 KiB
45 KiB