This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 42752cb
committed
Auto merge of rust-lang#117206 - cjgillot:jump-threading-default, r=tmiasko
Enable MIR JumpThreading by default
Mostly for perf
r? `@ghost`File tree
27 files changed
+466
-1286
lines changed- compiler/rustc_mir_transform/src
- tests
- coverage
- mir-opt
- pre-codegen
27 files changed
+466
-1286
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
63 | 62 | | |
64 | 63 | | |
65 | 64 | | |
| |||
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
106 | | - | |
107 | 105 | | |
108 | 106 | | |
109 | 107 | | |
| |||
590 | 588 | | |
591 | 589 | | |
592 | 590 | | |
593 | | - | |
594 | 591 | | |
595 | 592 | | |
596 | 593 | | |
| |||
601 | 598 | | |
602 | 599 | | |
603 | 600 | | |
604 | | - | |
605 | | - | |
606 | | - | |
607 | | - | |
608 | 601 | | |
609 | 602 | | |
610 | 603 | | |
| |||
0 commit comments