-
Notifications
You must be signed in to change notification settings - Fork 397
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
Adds yield
instruction for Power
#7604
Conversation
@zl-wang Can you take a look at this when you get the chance? |
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.
suggest adding in the description something like: effective only on certain implementations
@dsouzai please review/approve/merge |
Adds properties for the yield instruction for Power. Also adds binary encoder tests for yield. Signed-off-by: jimmyk <[email protected]>
I added extra comments. |
jenkins build plinux,aix |
It looks like a |
I'm not sure if the failure is related to my change or not. I'm not seeing anything wrong with my change. The test failure looks like this:
The encoding test also passes on AIX and I think the test should fail there as well if it was a problem I introduced. |
@dsouzai Would it be possible to try restarting the failing test to see if it works now? |
Sorry, I was supposed to comment on this but it slipped my mind. I believe the error is due to #6571. |
Adds properties for the
yield
instruction on Power.Also adds binary encoder tests for
yield
.