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
Make (ADDPT|SUBPT) shift operand an i64 as opposed to i32
To avoid the trunc_imm. Representing it as an i64 seems like a more natural
type for something based on pointers, even if the exact type does not
matter due to the range.
0 commit comments