swift
345f9c1d
- AliasAnalysis: handle `destroy_value [dead_end]` in computeMemoryEffect
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#75689 - Optimizer: some improvements for alias analysis in several utilities
Author
eeckstein
Committer
eeckstein
Parents
b24b0883
Loading