Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UB in negate in mulh/mulhsu #1546

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

nibrunieAtSi5
Copy link
Contributor

@nibrunieAtSi5 nibrunieAtSi5 commented Dec 21, 2023

follow-up to #1539.

Ensuring No negation on -2^63(int64_t) is performed during mulh/mulhsu

riscv/arith.h Outdated Show resolved Hide resolved
Copy link
Collaborator

@aswaterman aswaterman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ping me again when it’s ready to merge.

@aswaterman
Copy link
Collaborator

@nibrunieAtSi5 Returning to this eight months later, can you rebase onto master and then squash the commits together?

Ensuring No negation on -2^63(int64_t) is performed during mulh/mulhsu

Signed-off-by: Nicolas Brunie <[email protected]>

Update riscv/arith.h

Signed-off-by: Nicolas Brunie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants