Cherry-pick D107697
This fixes a bug in the extension of integers in which a multiplication with a large integer might overflow and needs to happen within i32.
Loading
Please sign in to comment
This fixes a bug in the extension of integers in which a multiplication with a large integer might overflow and needs to happen within i32.