Commit 4c5b313
committed
Auto merge of #121369 - saethlin:inline-slice-indexing, r=<try>
Tweak inlining attributes for slice indexing
Doing some experiments in response to this unexpected regression: #120863 (comment)
I expect the opt changes to be addressed by something like reviving #91222. The debug changes are what I'm interested in.
Codegen tests will probably fail from time to time in this PR, I will fix them up later but also I don't trust the opt-level-z one: #119878 (comment)
r? `@ghost`1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
443 | | - | |
| 443 | + | |
444 | 444 | | |
445 | 445 | | |
446 | 446 | | |
| |||
0 commit comments