Uh oh!
There was an error while loading. Please reload this page.
Enable multi-reg LONG nodes on 32 bit - #76263
Conversation
ghost
commented
Sep 27, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsOr, rather, enable promotion of multi-reg The diffs are nice and simple: - mov dword ptr [esp], eax- mov dword ptr [esp+04H], edx- mov eax, dword ptr [esp]- mov edx, dword ptr [esp+04H]
add eax, -1
adc edx, -1And also numerous (
|
SingleAccretion
commented
Sep 27, 2022
@dotnet/jit-contrib |
AndyAyersMS
commented
Oct 24, 2022
@TIHan perhaps you can review this one? |
kunalspathak
left a comment
There was a problem hiding this comment.
A nit comment and a question.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
kunalspathak
commented
Oct 24, 2022
I am not able to see |
SingleAccretion
commented
Oct 24, 2022
No, unfortunately... Let's rerun the whole CI to get fresher coverage. |
SingleAccretion
commented
Oct 24, 2022
GH doesn't show it, but |
Or, rather, enable promotion of multi-reg
LONGvariables, unblocking field enregistration.The diffs (x86) are nice and simple:
And also numerous (
-35Kfor the benchmarks collection on x86).