Another CCP bugfix
1 unresolved thread
1 unresolved thread
Compare changes
Files
3+ 18
− 5
@@ -845,11 +845,24 @@ fn ccp_flow_function(
@@ -845,11 +845,24 @@ fn ccp_flow_function(
Fixes analysis of read nodes in CCP; we were previously ignoring the indices but we need to account for their reachability to ensure we properly mark read nodes as unreachable if any of their position arguments are unreachable.