Commit b700018
[release/6.0-rc2] Fix gtCloneExpr when cloning during R2R compilation a GT_ALLOCOBJ node (#59438)
* Fix gtCloneExpr when cloning during R2R compilation a GT_ALLOCOBJ node - Without this fix cloned expressions with allocations will fail - This is most common in profile guided code around devirtualization, but I believe it can occur in other where gtCloneExpr is used - Symptom of the failure is a compilation failure during crossgen2
* Jit formatting
* 6.0 branch uses FEATURE_READYTORUN_COMPILER instead of FEATURE_READYTORUN
Co-authored-by: David Wrighton <davidwr@microsoft.com>1 parent b813392 commit b700018
2 files changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7475 | 7475 | | |
7476 | 7476 | | |
7477 | 7477 | | |
| 7478 | + | |
7478 | 7479 | | |
7479 | 7480 | | |
7480 | 7481 | | |
| |||
7879 | 7880 | | |
7880 | 7881 | | |
7881 | 7882 | | |
| 7883 | + | |
| 7884 | + | |
| 7885 | + | |
7882 | 7886 | | |
7883 | 7887 | | |
7884 | 7888 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
484 | 489 | | |
485 | 490 | | |
486 | 491 | | |
| |||
0 commit comments