Files
swift-mirror/lib/SILOptimizer/SemanticARC
Erik Eckstein 8f1c685b95 SemanticARCOpts: remove an optimization which eliminates copies without respecting deinit barriers
The `eliminateDeadLiveRangeCopyValue` did hoist destroys over deinit-barriers.
We can eliminate this optimization at all because it's covered e.g. by the copy-propagation pass (which respects deinit-barriers).

Fixes a mis-compile
rdar://174863412
2026-04-17 17:28:11 +02:00
..