-
Notifications
You must be signed in to change notification settings - Fork 130
8321308: AArch64: Fix matching predication for cbz/cbnz #940
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
Conversation
👋 Welcome back bulasevich! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
|
/approval request This simple change applies cleanly to jdk21. The change fixes the matching rules to use a single instruction for unsigned comparison and branch, which is also useful for jdk-21. |
@bulasevich |
We should not backport about anything to JDK 21. Especially when it comes to performance improvements. This P4 enhancement doesn't strike me as anything important enough for a stable update release. Let's be more diligent with performance enhancements. You may consider backporting to 23u. /approve no |
@jerboaa |
@bulasevich This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
Clean backport to improve aarch code generation for array length
if (a.length > 0)
Testing: jtreg tier1-3 on linux-aarch64.
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/940/head:pull/940
$ git checkout pull/940
Update a local copy of the PR:
$ git checkout pull/940
$ git pull https://git.openjdk.org/jdk21u-dev.git pull/940/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 940
View PR using the GUI difftool:
$ git pr show -t 940
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/940.diff
Webrev
Link to Webrev Comment