swift
ef711ea8
- EscapeAnalysis: fix a wrong use-point detection.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
8 years ago
EscapeAnalysis: fix a wrong use-point detection. This caused redundant load elimination to remove a load although the value is overwritten in a called function. Most likely this could only occur if the load address is a block argument. fixes SR-4393
References
#8622 - EscapeAnalysis: fix a wrong use-point detection.
Author
eeckstein
Committer
eeckstein
Parents
cf5f9143
Loading