mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Copy propagation does these optimizations more generally. It should be able to replace this optimization. Fixing it and not just deleting CopyValueOpts because it happens to be called in the mandatory pipeline.