Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change fixes a cornercase of ExtendSign, which would return an erronous result if certain operand reuse/aliasing was used: `x.SignExtend(y, x)`, where `num` was an alias for `result`.
- Loading branch information