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
If you round up a pointer and calculate how far it moved from the original pointer (((p + (a-1)) & -a) - p), that distance is always less than the alignment: https://alive2.llvm.org/ce/z/fL_uXq