Commit 07b0630
Improve RangeOps::Merge (#129390)
Fold more bound checks with up to -110k
[diffs](https://dev.azure.com/dnceng-public/public/_build/results?buildId=1463553&view=ms.vss-build-web.run-extensions-tab)
RangeOps::Merge is typically used when we merge ranges from PHI args,
e,g, `[0..1] U [10..10]` becomes` [0..10]`
> [!NOTE]
> This PR was authored with assistance from GitHub Copilot CLI (AI). The
change was validated locally via SuperPMI asmdiffs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent d04703b commit 07b0630
1 file changed
Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
619 | | - | |
| 619 | + | |
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
624 | | - | |
| 623 | + | |
625 | 624 | | |
626 | 625 | | |
627 | 626 | | |
628 | | - | |
629 | | - | |
| 627 | + | |
630 | 628 | | |
631 | 629 | | |
632 | 630 | | |
633 | 631 | | |
634 | 632 | | |
635 | 633 | | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
636 | 640 | | |
637 | 641 | | |
638 | 642 | | |
| |||
0 commit comments