-
Notifications
You must be signed in to change notification settings - Fork 720
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: Implement arraytranslateTRTO255 #20406
base: master
Are you sure you want to change the base?
Conversation
This PR depends on eclipse-omr/omr#7499 |
Jenkins test sanity amac jdk17,jdk21 depends eclipse-omr/omr#7499 |
I will add support for other arraytranslateTRTO and arraytranslateTROT operations in separate PRs later. |
The evaluator is in the OMR side, while the helper function is in the OpenJ9 side. That is the same as p and x platforms. |
PR #20427 adds some functional tests for arraytranslate. |
This commit implements arraytranslateTRTO255 for AArch64. Signed-off-by: KONNO Kazuhiro <[email protected]>
0fac65b
to
c5cc766
Compare
Jenkins test sanity amac,alinux64 jdk17 depends eclipse-omr/omr#7499 |
Jenkins test sanity.system amac jdk17 depends eclipse-omr/omr#7499 |
I moved the helper implementation to the PR in the OMR side. |
This commit implements arraytranslateTRTO255 for AArch64.