JIT: Skip Create(ToScalar(Dot(...))) transformation on mismatched types (#91089)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fri, 25 Aug 2023 22:10:54 +0000 (15:10 -0700)
committerGitHub <noreply@github.com>
Fri, 25 Aug 2023 22:10:54 +0000 (15:10 -0700)
commit2d5b3b3727d1cbec30a31643f8f0335e7a3c3a4d
tree6a215e234ea57ba649b40495d0a22c242e11e4b2
parent562a16a22b79b9eaf15377f1a7c2d7b8a2339656
JIT: Skip Create(ToScalar(Dot(...))) transformation on mismatched types (#91089)

Fix #91062

Co-authored-by: Jakob Botsch Nielsen <jakob.botsch.nielsen@gmail.com>
src/coreclr/jit/morph.cpp
src/tests/JIT/Regression/JitBlue/Runtime_91062/Runtime_91062.cs [new file with mode: 0644]
src/tests/JIT/Regression/JitBlue/Runtime_91062/Runtime_91062.csproj [new file with mode: 0644]