Commit 1bc3b12
committed
Fix CI: remove expectedFailure for passing peepholer tests, rustfmt
- test_while_one: now passes with constant condition elimination
- test_elim_jump_to_uncond_jump: now passes with JUMP→RETURN inlining
- Apply rustfmt to ir.rs, frame.rs, compile.rs1 parent 8741a7b commit 1bc3b12
File tree
4 files changed
+12
-8
lines changed- Lib/test
- crates
- codegen/src
- vm/src
4 files changed
+12
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| |||
545 | 544 | | |
546 | 545 | | |
547 | 546 | | |
548 | | - | |
549 | 547 | | |
550 | 548 | | |
551 | 549 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7278 | 7278 | | |
7279 | 7279 | | |
7280 | 7280 | | |
7281 | | - | |
| 7281 | + | |
| 7282 | + | |
| 7283 | + | |
| 7284 | + | |
| 7285 | + | |
7282 | 7286 | | |
7283 | 7287 | | |
7284 | 7288 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
461 | | - | |
462 | | - | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
463 | 465 | | |
464 | 466 | | |
465 | 467 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9450 | 9450 | | |
9451 | 9451 | | |
9452 | 9452 | | |
9453 | | - | |
9454 | | - | |
9455 | | - | |
| 9453 | + | |
| 9454 | + | |
| 9455 | + | |
9456 | 9456 | | |
9457 | 9457 | | |
9458 | 9458 | | |
| |||
0 commit comments