Fix hwintrinsicChild->isContained() assert#90556
Conversation
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue Detailsnull
|
|
are you still working on this @EgorBo ? |
If not, please make it "Draft" |
|
Oops, didn't get notifications for this one -- yes, I'll finish it this week, fixes #90508 |
dd78322 to
07e86f1
Compare
Co-authored-by: Bruce Forstall <brucefo@microsoft.com>
|
@EgorBo, I reran the failed tests and it alls passed. Is it ready to merge? |
|
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.
|
/backport to release/8.0-staging |
|
Started backporting to release/8.0-staging: https://github.com/dotnet/runtime/actions/runs/7380228196 |
Fixes #90508