[DSE] Make capture check more precise
It is sufficient that the object has not been captured before the load that produces the pointer we're loading. A capture after that can not affect the already loaded pointer. This is small part of D110368 applied separately.
parent
1c3859f3
Please register or sign in to comment