[release/6.0] Fix incorrect VN when folding GT_NEG(GT_MUL(A, C)) (#57686)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Thu, 19 Aug 2021 16:09:14 +0000 (09:09 -0700)
committerGitHub <noreply@github.com>
Thu, 19 Aug 2021 16:09:14 +0000 (09:09 -0700)
commit5aeb4f3271fa2488903064b83efd174fc720648d
treedef7acedf888f98658541f66b35216632a8e665e
parent5d0820af5eac70f95d1395d60cb000e4fb08a49b
[release/6.0] Fix incorrect VN when folding GT_NEG(GT_MUL(A, C)) (#57686)

* Fix incorrect VN when folding GT_NEG(GT_MUL(A, C))

Fixes #57640

* Fix test name

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