Uh oh!
There was an error while loading. Please reload this page.
Fix hwintrinsicChild->isContained() assert - #90556
Conversation
ghost
commented
Aug 14, 2023
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue Detailsnull
|
kunalspathak
commented
Sep 11, 2023
are you still working on this @EgorBo ? |
BruceForstall
commented
Sep 13, 2023
If not, please make it "Draft" |
EgorBo
commented
Sep 18, 2023
Oops, didn't get notifications for this one -- yes, I'll finish it this week, fixes #90508 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Bruce Forstall <brucefo@microsoft.com>
JulieLeeMSFT
commented
Sep 28, 2023
@EgorBo, I reran the failed tests and it alls passed. Is it ready to merge? |
EgorBo
commented
Oct 2, 2023
Should be ready now, waiting for spmi diffs |
@dotnet/jit-contrib PTAL, a fix for a containment bug (it used to "contain" some nodes such as locals while we can only contain constants and memory loads) |
| v + Sse3.MoveAndDuplicate(Vector128.CreateScalarUnsafe(b)); | ||
| [MethodImpl(MethodImplOptions.NoInlining)] | ||
| private static Vector128<double> Test2(Vector128<double> v, double b) => |
There was a problem hiding this comment.
nit: b in Test2 and Test3 are unused.
EgorBo
commented
Jan 1, 2024
/backport to release/8.0-staging |
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/7380228196 |
Fixes#90508