Commit ccd8c3d
authored
JIT: Ensure
Part of #107749. Prerequisite to #111764 (comment). Add a post-phase check that ensures BBF_PROF_WEIGHT is set for every reachable block when we have profile data. This check revealed only one site -- when incorporating an inlinee's blocks -- where we couldn't rely on normal flow propagation to set the flag.BBF_PROF_WEIGHT flag is set when we have PGO data (#111780)1 parent 03b2d3d commit ccd8c3d
File tree
4 files changed
+35
-9
lines changed- src/coreclr/jit
4 files changed
+35
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4571 | 4571 | | |
4572 | 4572 | | |
4573 | 4573 | | |
4574 | | - | |
| 4574 | + | |
4575 | 4575 | | |
4576 | 4576 | | |
4577 | 4577 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1542 | 1542 | | |
1543 | 1543 | | |
1544 | 1544 | | |
1545 | | - | |
1546 | | - | |
| 1545 | + | |
| 1546 | + | |
| 1547 | + | |
1547 | 1548 | | |
1548 | 1549 | | |
1549 | 1550 | | |
| |||
1608 | 1609 | | |
1609 | 1610 | | |
1610 | 1611 | | |
1611 | | - | |
1612 | | - | |
| 1612 | + | |
| 1613 | + | |
| 1614 | + | |
1613 | 1615 | | |
1614 | 1616 | | |
1615 | 1617 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1515 | 1515 | | |
1516 | 1516 | | |
1517 | 1517 | | |
1518 | | - | |
| 1518 | + | |
1519 | 1519 | | |
1520 | 1520 | | |
1521 | 1521 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4571 | 4571 | | |
4572 | 4572 | | |
4573 | 4573 | | |
| 4574 | + | |
| 4575 | + | |
| 4576 | + | |
| 4577 | + | |
| 4578 | + | |
| 4579 | + | |
4574 | 4580 | | |
4575 | 4581 | | |
4576 | 4582 | | |
| |||
4611 | 4617 | | |
4612 | 4618 | | |
4613 | 4619 | | |
| 4620 | + | |
4614 | 4621 | | |
4615 | 4622 | | |
4616 | 4623 | | |
| |||
4633 | 4640 | | |
4634 | 4641 | | |
4635 | 4642 | | |
| 4643 | + | |
4636 | 4644 | | |
4637 | 4645 | | |
4638 | 4646 | | |
| |||
4643 | 4651 | | |
4644 | 4652 | | |
4645 | 4653 | | |
4646 | | - | |
| 4654 | + | |
4647 | 4655 | | |
4648 | | - | |
4649 | | - | |
| 4656 | + | |
| 4657 | + | |
| 4658 | + | |
| 4659 | + | |
| 4660 | + | |
| 4661 | + | |
| 4662 | + | |
| 4663 | + | |
| 4664 | + | |
| 4665 | + | |
| 4666 | + | |
| 4667 | + | |
4650 | 4668 | | |
4651 | 4669 | | |
4652 | 4670 | | |
| |||
4831 | 4849 | | |
4832 | 4850 | | |
4833 | 4851 | | |
| 4852 | + | |
| 4853 | + | |
| 4854 | + | |
| 4855 | + | |
| 4856 | + | |
| 4857 | + | |
4834 | 4858 | | |
4835 | 4859 | | |
4836 | 4860 | | |
| |||
0 commit comments