You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: include function pointer arguments in call_edges for reduce_to (#898)
The call_edges method now collects both:
1. Direct calls: functions used as the func operand in Call terminators
2. Indirect calls: functions passed as arguments (ZeroSized constants)
that may be called via function pointers
This fixes the 'unknown function' issue when a function is passed as an
argument to higher-order functions like Result::map.
0 commit comments