-
Notifications
You must be signed in to change notification settings - Fork 5k
JIT: Don't show code bytes for loongarch64 disasm unless it was told to do so #112486
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
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
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.
Copilot wasn't able to review any files in this pull request.
Files not reviewed (1)
- src/coreclr/jit/emitloongarch64.cpp: Language not supported
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.
The previous logic seems similar to that of the aarch64 port, except the aarch64 code early-returns on !emitComp->opts.disCodeBytes
. We probably want to emit the instruction hex when disCodeBytes && !disDiffable
.
PTAL |
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!
cc @jakobbotsch Can you take a look? |
@shushanhf can you also approve? |
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.
sorry for late response.
LGTM
Thanks
Keep the same behavior with other architectures. We were using the incorrect knob.