mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We also either remove or make private the addPass* functions on SILPassManager, so the only way to execute passes via SILPassManager is by creating a SILPassPipelinePlan. This beyond adding uniformity ensures that we always resetAndRemoveTransformations properly after a pipeline is run.