Uh oh!
There was an error while loading. Please reload this page.
JIT: add missing xarch RMW case - #92252
Conversation
Handle the case where we're indirectly updating a local with a value that is not a constant. Fixesdotnet#92218.
ghost
commented
Sep 18, 2023
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsHandle the case where we're indirectly updating a local with a value that is not a constant. Fixes #92218.
|
AndyAyersMS
commented
Sep 18, 2023
@BruceForstall PTAL This is a regression from .NET 7, so we'll need to make the case for a backport. |
BruceForstall
left a comment
There was a problem hiding this comment.
LGTM
Probably should run jitstress
AndyAyersMS
commented
Sep 19, 2023
/azp run runtime-coreclr jitstress |
|
Azure Pipelines successfully started running 1 pipeline(s). |
jakobbotsch
commented
Sep 19, 2023
The issue looks like the same as #41073, where it seems we elected not to fix it in |
AndyAyersMS
commented
Sep 19, 2023
My fix is in jitstress failures also happening in main (#92202 ). |
AndyAyersMS
commented
Sep 19, 2023
Build analysis doesn't seem to be tracking known jitstress issues, so will have to "merge on red". |
AndyAyersMS
commented
Sep 19, 2023
/backport to release/8.0 |
Started backporting to release/8.0: https://github.com/dotnet/runtime/actions/runs/6239547972 |
jakobbotsch
commented
Sep 19, 2023
The issues with the JSON blobs need to have the "Known Build Error" label to be included in the analysis. I've added it to #92202 |
AndyAyersMS
commented
Sep 19, 2023
Aha. Thanks! |
Handle the case where we're indirectly updating a local with a value that is not a constant.
Fixes#92218.