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

AArch64: Use enum for dmb limitations #7465

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

Conversation

Spencer-Comin
Copy link
Contributor

This commit replaces the use of magic numbers for the limitation immediate for dmb instructions with an enum, and adds a debug printer for synchronization instructions to print out the limitation mnemonic rather than the literal hex constant.

This commit replaces the use of magic numbers for the limitation
immediate for dmb instructions with an enum, and adds a debug printer
for synchronization instructions to print out the limitation mnemonic
rather than the literal hex constant.

Signed-off-by: Spencer Comin <[email protected]>
@Spencer-Comin
Copy link
Contributor Author

@Spencer-Comin
Copy link
Contributor Author

The build passed in internal testing, hopefully there are no failures in the actual testing as this PR does not introduce any actual functional changes.

@Spencer-Comin Spencer-Comin marked this pull request as ready for review September 18, 2024 20:15
@Spencer-Comin Spencer-Comin requested review from knn-k and removed request for knn-k September 18, 2024 20:15
@Spencer-Comin
Copy link
Contributor Author

OpenJ9 Note: This requires a coordinated merge with eclipse-openj9/openj9#20188

@knn-k
Copy link
Contributor

knn-k commented Sep 19, 2024

Jenkins build aarch64,amac

@knn-k knn-k self-assigned this Sep 19, 2024
Copy link
Contributor

@knn-k knn-k left a comment

Choose a reason for hiding this comment

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

LGTM.

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.

2 participants