-
Notifications
You must be signed in to change notification settings - Fork 729
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
Enable vectorized blend() IL opcode #16393
Conversation
Signed-off-by: midronij <jackie.midroni@ibm.com>
d14d2c5
to
80d486a
Compare
@gita-omr @IBMJimmyk could you please review when you have a chance? |
Great code reuse! LGTM. |
Jenkins test sanity win jdk8,jdk11,jdk19 |
Jenkins test sanity all jdk8,jdk11,jdk19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not really familiar with the details of this area but this seems good to me.
Investigating why the builds did not finish. |
Jenkins was rebooted. Starting again. |
Jenkins test sanity all jdk8,jdk11,jdk19 |
The s390x failure is most likely unrelated. |
Jenkins test sanity all jdk8,jdk11,jdk19 |
Jenkins test sanity aix,amax jdk8,jdk11,jdk19 |
Since eclipse-omr/omr#6875 has been merged, this PR should also be ready to go as well |
I think mac and aix failures are unrelated. |
Re-enable
blendIntrinsicHandler()
and generatevbitselect
IL opcode when vector blend() operation is vectorized.