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

(0.41) Fix encoding of smulh/umulh instructions on AArch64 #185

Merged

Conversation

Akira1Saitoh
Copy link
Contributor

AArch64 code generator incorrectly encodes smulh and umulh instructions, and those malformed instructions produce unexpected results. This commit fixes encoding of those instructions and adds binary encoding unit tests.

Issue eclipse-openj9/openj9#18057

Master PR: eclipse/omr#7104

AArch64 code generator incorrectly encodes `smulh` and `umulh` instructions,
and those malformed instructions produce unexpected results.
This commit fixes encoding of those instructions and adds binary encoding
unit tests.

Issue eclipse-openj9/openj9#18057

Signed-off-by: Akira Saitoh <saiaki@jp.ibm.com>
@knn-k knn-k self-assigned this Aug 31, 2023
@pshipton pshipton merged commit fa7b6dd into eclipse-openj9:v0.41.0-release Sep 5, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants