swift
0ec6eb25
- SimplifyCFG: Handle checked_cast_addr_br with consumption kind copy_on_success
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
5 years ago
SimplifyCFG: Handle checked_cast_addr_br with consumption kind copy_on_success We didn't optimize such casts with copy_on_success, which could result in very stupid code, e.g. for type identity casts (which should be a no-op).
References
#33839 - SimplifyCFG: Handle checked_cast_addr_br with consumption kind copy_on_success
Author
eeckstein
Committer
eeckstein
Parents
6aebda51
Loading