Commit 5aeb4f3
[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>1 parent 5d0820a commit 5aeb4f3
3 files changed
Lines changed: 38 additions & 0 deletions
File tree
- src
- coreclr/jit
- tests/JIT/Regression/JitBlue/Runtime_57640
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13177 | 13177 | | |
13178 | 13178 | | |
13179 | 13179 | | |
| 13180 | + | |
13180 | 13181 | | |
13181 | 13182 | | |
13182 | 13183 | | |
| |||
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments