Commit 8dd8b5c
authored
pythonGH-135379: Support limited scalar replacement for replicated uops in the JIT code generator. (pythonGH-135563)
* Use it to support efficient specializations of COPY and SWAP in the JIT.1 parent a9e66a7 commit 8dd8b5c
9 files changed
Lines changed: 313 additions & 198 deletions
File tree
- Include/internal
- Python
- Tools/cases_generator
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4946 | 4946 | | |
4947 | 4947 | | |
4948 | 4948 | | |
4949 | | - | |
4950 | | - | |
| 4949 | + | |
4951 | 4950 | | |
4952 | 4951 | | |
4953 | 4952 | | |
| |||
4980 | 4979 | | |
4981 | 4980 | | |
4982 | 4981 | | |
4983 | | - | |
| 4982 | + | |
4984 | 4983 | | |
4985 | 4984 | | |
4986 | 4985 | | |
4987 | 4986 | | |
4988 | | - | |
4989 | 4987 | | |
4990 | 4988 | | |
4991 | 4989 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1292 | 1292 | | |
1293 | 1293 | | |
1294 | 1294 | | |
1295 | | - | |
1296 | | - | |
| 1295 | + | |
| 1296 | + | |
1297 | 1297 | | |
1298 | 1298 | | |
1299 | 1299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
868 | 868 | | |
869 | 869 | | |
870 | 870 | | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
871 | 893 | | |
872 | 894 | | |
873 | 895 | | |
| |||
887 | 909 | | |
888 | 910 | | |
889 | 911 | | |
890 | | - | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
891 | 915 | | |
892 | 916 | | |
893 | 917 | | |
894 | | - | |
| 918 | + | |
895 | 919 | | |
896 | 920 | | |
897 | 921 | | |
898 | | - | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
899 | 927 | | |
900 | 928 | | |
901 | 929 | | |
902 | 930 | | |
903 | | - | |
| 931 | + | |
904 | 932 | | |
905 | 933 | | |
906 | 934 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
383 | 387 | | |
384 | | - | |
| 388 | + | |
385 | 389 | | |
386 | 390 | | |
387 | 391 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
37 | | - | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | | - | |
| 41 | + | |
| 42 | + | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
| |||
0 commit comments