-
Notifications
You must be signed in to change notification settings - Fork 4
Closed
Description
Function pointers are used by some stdlib functions (example: max calls max_by with a function pointer of FnOnce type) and executed using the call_once function. Examples of such function pointers show that the called function is present in the items but not necessarily in the functions array in the Stable MIR JSON.
- The callee name needs to be present in the
functionsarray (a change instable-mir-jsonis required) - The
Callterminator needs to support determining thefuncfrom an argument (currently it only supportsoperandConstant)
Metadata
Metadata
Assignees
Labels
No labels