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
[ML Inliner] Fix inconsistancy between CallGraph and FunctionLevels
When building our internal code, one of the function annotated with `co_await` (c++20) will cause inconsistancy:
The function exists in CG but not FunctionLevels.
This patch fixes it by using FunctionLevels only.
Signed-off-by: Peter Rong <[email protected]>
0 commit comments