-
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
Experiment[Draft]- please do not review #99275
Closed
khushal1996
wants to merge
14
commits into
dotnet:main
from
khushal1996:kcm-scalar-convert-math-helpers
Closed
Experiment[Draft]- please do not review #99275
khushal1996
wants to merge
14
commits into
dotnet:main
from
khushal1996:kcm-scalar-convert-math-helpers
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dotnet-issue-labeler
bot
added
the
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
label
Mar 5, 2024
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsTesting out some conversion changes with #98858
|
khushal1996
force-pushed
the
kcm-scalar-convert-math-helpers
branch
from
March 5, 2024 05:50
5f77b1d
to
9294288
Compare
khushal1996
force-pushed
the
kcm-scalar-convert-math-helpers
branch
from
March 5, 2024 19:16
23e476e
to
31626ef
Compare
khushal1996
force-pushed
the
kcm-scalar-convert-math-helpers
branch
2 times, most recently
from
March 6, 2024 10:22
8122139
to
2169219
Compare
3 tasks
khushal1996
force-pushed
the
kcm-scalar-convert-math-helpers
branch
from
March 6, 2024 23:31
2446b93
to
d870e31
Compare
khushal1996
force-pushed
the
kcm-scalar-convert-math-helpers
branch
2 times, most recently
from
March 8, 2024 05:04
6131ad9
to
5e5c8c2
Compare
Rewrite math jit helpers to managed code + Fix asserts.
# Conflicts: # src/coreclr/inc/jithelpers.h # src/coreclr/jit/morph.cpp # src/coreclr/jit/utils.cpp # src/coreclr/jit/valuenum.cpp # src/coreclr/nativeaot/Runtime/MathHelpers.cpp # src/coreclr/vm/jithelpers.cpp
Fixing edge cases
…hen converting to uint/ulong
khushal1996
force-pushed
the
kcm-scalar-convert-math-helpers
branch
from
March 8, 2024 05:30
5e5c8c2
to
d47fd37
Compare
khushal1996
force-pushed
the
kcm-scalar-convert-math-helpers
branch
2 times, most recently
from
March 8, 2024 06:09
75f9de8
to
2367f40
Compare
khushal1996
force-pushed
the
kcm-scalar-convert-math-helpers
branch
from
March 8, 2024 09:25
07f6b77
to
71201e2
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Testing out some conversion changes with #98858