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
Revert "Add edge type parameter to ai transform method"
This reverts commit f8e38fb.
There are a number of problems with commit
f8e38fb :
1. This is a key API and breaks out-of-tree abstract domains.
2. It doesn't take into account the invariants on transform.
3. The extra parameter duplicates information in the arguments
and confuses cases; without a body a CALL instruction is not a CALL.
4. It doesn't fix all of the issues in tranform functions.
5. It doesn't fix the corresponding API issues with merge.
0 commit comments