swift
345f9c1d - AliasAnalysis: handle `destroy_value [dead_end]` in computeMemoryEffect

Commit
1 year ago
AliasAnalysis: handle `destroy_value [dead_end]` in computeMemoryEffect We don't have to take deinit effects into acount for a `destroy_value [dead_end]`. Such destroys are lowered to no-ops and will not call any deinit.
Author
Committer
Parents
Loading