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
We previously believed that copy_nonoverlapping was handled as an intrinsic but the code that handles it is actually in the StatementKind::CopyNonOverlapping. We should audit this code as if it were an intrinsic (and reuse as much code from copy as possible).
The text was updated successfully, but these errors were encountered:
We previously believed that
copy_nonoverlapping
was handled as an intrinsic but the code that handles it is actually in theStatementKind::CopyNonOverlapping
. We should audit this code as if it were an intrinsic (and reuse as much code fromcopy
as possible).The text was updated successfully, but these errors were encountered: