-
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
Casting parameter type to fit the template in generateS390CompareAndBranchInstruction
#6725
Conversation
The new added template: eclipse-omr/omr#4200 |
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.
There is a typo in PR description (Used Casing
instead of Casting
. Can you fix that. There is only one more suggestion which I have put in review. Apart from that looks good to me.
Can one of the admins verify this patch? |
4 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
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.
Changes looks good to me. Will leave to @joransiu to take another look before we can merge this guy.
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.
LGTM
Jenkins test sanity zlinux depends eclipse-omr/omr#4200 |
Jenkins test sanity zlinux jdk8 depends eclipse-omr/omr#4200 |
…remove unnecessary typecast Typecast immediate value parameter for `generateS390CompareAndBranchInstruction` to either `int32_t` or `int64_t` to use newly added function template. Also remove unnecessary return typecasting. Signed-off-by: simonameng <simonameng97@gmail.com>
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.
Will need to wait for OMR-Acceptance to merge this one.
Typecast immediate value parameter for
generateS390CompareAndBranchInstruction
to eitherint32_t
orint64_t
to use newly added function template. Also remove unnecessary return typecasting.