mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
DestroyHoisting is using this utility. This requires complete liveness. But we can't rely on complete liveness because complete lifetimes is not enabled. Instead, we use a visitInnerUses flag to try to ignore borrow scopes. That flag was never properly implemented. Make an attempt here.