-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[next][SuperH] Fix missing setting detail->sh #2466
Conversation
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.
Thanks a lot! Really weird it hasn't been discovered before.
Please delete the binary.
The failing clang-tidy test is because there are unrelated problems.
I asked @lhsazevedo in #2389 already to fix it.
I you want to you can of course open a PR to his branch to speed things up.
detail->sh is never set. Which makes the detailed output related to operands is always missing. Signed-off-by: david942j <[email protected]>
7dc1d4f
to
17b9a10
Compare
Please rebase though and fix the conflicts. The clang-tidy job can be ignored. It is fixed in the coverity PR. |
@david942j The clang-tidy issues are fixed in #2469. But I cannot merge, so we have to wait until @kabeor finds time to review and merges stuff. |
@kabeor I just resolved conflicts with the latest next branch, this PR is ready to be reviewed, thanks! |
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.
Cool, thanks.
detail->sh is never set. Which makes the detailed output related to operands is always missing.
Your checklist for this pull request
Detailed description
detail->sh
is never set. Which makes the detailed output related to operands is always missing.Test plan
build/suite/cstest/cstest tests/issues/issues.yaml
, the newly added case passes/fails with/without the change.Closing issues
closes #2424 (along with #2465)