Uh oh!
There was an error while loading. Please reload this page.
Support a few "shifted register" operations on Arm64 - #75823
Conversation
ghost
commented
Sep 19, 2022
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsThis makes progress towards #68028
|
tannergooding
commented
Sep 19, 2022
This has more substantial diffs: coreclr_tests.run.Linux.arm64.checked.mch libraries.crossgen2.Linux.arm64.checked.mch: libraries.pmi.Linux.arm64.checked.mch: libraries_tests.pmi.Linux.arm64.checked.mch: Similar numbers exist for other platforms. |
tannergooding
commented
Sep 19, 2022
Example diffs are things like: - lsl w1, w1, #8- orr w0, w0, w1+ orr w0, w0, w1, LSL #8The couple regressions that do show up are additional alignment bytes inserted, so not really regressions. |
dc55561 to
7a1f92dComparetannergooding
commented
Sep 23, 2022
Rebase onto main to pick up #76061 |
7a1f92d to
11cdb5bComparetannergooding
commented
Sep 26, 2022
/azp run runtime-coreclr jitstress, runtime-coreclr gcstress0x3-gcstress0xc, Fuzzlyn |
|
Azure Pipelines successfully started running 3 pipeline(s). |
tannergooding
commented
Sep 26, 2022
/azp run runtime-coreclr jitstress, runtime-coreclr gcstress0x3-gcstress0xc, Fuzzlyn |
|
Azure Pipelines successfully started running 3 pipeline(s). |
tannergooding
commented
Sep 27, 2022
gcstress failures are unrelated jitstress failures are related to the new |
tannergooding
commented
Sep 27, 2022
This should be ready for review, CC. @dotnet/jit-contrib |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
85dbada to
96972f4Comparetannergooding
commented
Sep 27, 2022
Applied the formatting patch/squashed the applied fixes |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: SingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
EgorBo
left a comment
There was a problem hiding this comment.
LGTM, nice diffs! and thanks @SingleAccretion for code review 🙂
This makes progress towards #68028