swift
45cac097
- Fix TransitiveAddressWalker with mark_dependence
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Hide Minimap (CTRL+M)
Commit
112 days ago
Fix TransitiveAddressWalker with mark_dependence This utility was simply ignoring the dependent value. But the dependent value logically uses the base address. Until this is correctly implemented, conservatively consider it a pointer-escape.
References
#79731 - Fix TransitiveAddressWalker with mark_dependence
Author
atrick
Committer
atrick
Parents
dc61784f
Files
2
include/swift/SIL
AddressWalker.h
test/SILOptimizer
ownership_liveness_unit.sil
Loading