-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Use helpers for implicit casts in importer #78279
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsWork in progress.
|
ed4dac1
to
ceb319a
Compare
Will call this enough, 0.03% -> 0.015%.
b95e24c
to
d6f10c8
Compare
@dotnet/jit-contrib |
/azp run runtime-coreclr superpmi-asmdiffs, runtime-coreclr jitstress, runtime-coreclr libraries-jitstress |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run runtime-coreclr superpmi-diffs |
Azure Pipelines successfully started running 1 pipeline(s). |
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, nice cleanup.
Failure was #79439. |
Use the implicit casts helpers to simplify code.
Some MinOpts diffs because MinOpts didn't constant-fold the implicit casts, forcing explicit null check insertion.