Files
BFM-decomp/docs/backlog.md
T
Drew T 75bfb04226 fix(maintenance): restore the S59 lane logic a stale second copy had reverted
.run/maintenance.sh (what runs) and tools/lanes/maintenance.sh (a pre-S59 copy) had
diverged. The 150->50 threshold tune landed on the stale copy and was then copied over
the live one, silently reverting five S59 fixes:

* the R47 shape filter (staging fell back to status=='AGREE' alone — the exact defect
  that staged 82 hopeless drafts every 45 minutes)
* the R48 (binary, fn) keying (bare-fn keys collide across overlays)
* reloc --fix MISMATCH auto-repair (measured 4/4 repaired to AGREE)
* rtu_second_chance (re-judges standalone COMPILE-FAILs against the real TU)
* fix_tu_ret_decls (the return-type half of the stale-decl wall)

Rebuilt from the S59 lineage with the 150->50 threshold and the periodic fleet R22
re-applied, both paths now byte-identical, `bash -n` clean, and the two-path hazard
documented in the header so the next edit cannot repeat it.

Also: relaunch_drafter_shell.sh 30s -> 5s ready-marker poll; regenerated backlog and
fleet progress artifacts.
2026-08-25 00:35:27 -06:00

109 KiB
Raw Blame History

Backlog — automation near-misses for hand-finishing

Generated by tools/backlog.py render from .run/backlog.jsonl. These are functions the Phase-21 automation got close on but did NOT byte-match. The whole-binary byte-gate is the sole arbiter (G3/P9): byte-matches bank and are NOT listed here — only genuine near-misses/blockers are. Ranked by hand-session priority: reach (×N propagation leverage) → closeness (match_one mismatch count, lower = closer) → size. Each row's best_draft is the closest C the machine reached — resume from there.

Open near-misses: 696 · by status {'near': 619, 'failed': 77} · by class {'WALL(P32): frame residual = 4 missing combine-USE orphan slots; zero-code fix byte-refuted across 90 probes (cookbook §172); floor NEAR 2': 2, 'ASM-BODY': 1, 'plumbing': 2, 'struct': 3, 'regalloc-order': 5, 'schedule': 6, 'loose-typing': 1, 'WAVE': 6, None: 636, 'LENGTH-DRIFT': 25, 'DELAY-SLOT': 1, 'LENGTH-DRIFT-hoist': 1, 'regalloc-perm-clamp': 1, 'cse': 1, 'unverified': 1, 'STRUCT': 4}

# addr reach class nins status closeness where it stuck best draft
1 func_8017C294 4 WALL(P32): frame residual = 4 missing combine-USE orphan slots; zero-code fix byte-refuted across 90 probes (cookbook §172); floor NEAR 2 246 near 2 UNPARKED: §147-A stratum-3 refuted, so the 15-sibling hold is void; same draft covers all 4 instances .run/s43/wave/8017CE58/v_best_246.c
2 func_8017CE58 4 WALL(P32): frame residual = 4 missing combine-USE orphan slots; zero-code fix byte-refuted across 90 probes (cookbook §172); floor NEAR 2 246 near 2 ov_SC02_000/003 + func_8017C294 in ov_SC01_077/ov_SC03_030 = 4 instances; residual is one spill offset (sw a1 0xA0 vs 0x80) .run/s43/wave/8017CE58/v_best_246.c
3 func_8014E934 None ASM-BODY 22 near 0 CAUSE DETERMINED (P31 S59, supersedes the CAUSE-NOT-DETERMINED row): the A-prop draft's body is a VERBATIM asm block (aprop_autodraft transcribing a §265-style seed), and it carries HEX immediates (0x1f80, 0x03fc). §265's transcription rule is that MASPSX requires DECIMAL immediates inside asm strings, so the block does not assemble to the target bytes and the gate near-misses forever. match_one calls it MATCH because the body IS the instruction text. Two consequences: aprop_autodraft now REFUSES verbatim-asm seeds (they are not decompiled C and must not propagate across a family), and this function is ordinary wave fuel — it needs a real C body, not a re-gate of this draft.
4 func_8017F714 1 plumbing 27 near 0 none — MATCH (27/27 ins, match_one verified) .run/backlog_drafts/func_8017F714.c
5 func_8017E224 1 struct 29 near 0 none — MATCH (unaligned 8-byte memcpy of global onto stack + cond byte incr) .run/backlog_drafts/func_8017E224.c
6 func_80184A68 1 regalloc-order 33 near 0 none — MATCH .run/backlog_drafts/func_80184A68.c
7 func_801842C8 1 plumbing 62 near 0 none — MATCH .run/backlog_drafts/func_801842C8.c
8 func_80184D50 1 schedule 98 near 0 none — MATCH (98 ins, relocation-masked) .run/backlog_drafts/func_80184D50.c
9 func_80183FB8 1 loose-typing 101 near 0 none — MATCH (relocation-masked match_one, 101/101 ins) .run/backlog_drafts/func_80183FB8.c
10 func_8017FAAC 1 WAVE 154 near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017FAAC.c
11 func_8017F1C8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F1C8.c
12 func_80182B9C None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182B9C.c
13 func_801803A0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801803A0.c
14 func_80180EF4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180EF4.c
15 func_8017FFD0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017FFD0.c
16 func_80180EE0 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180EE0.c
17 func_801821B8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801821B8.c
18 func_8017DE84 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DE84.c
19 func_8017DF54 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DF54.c
20 func_80180FF8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80180FF8.c
21 func_8017DD30 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017DD30.c
22 func_80184884 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80184884.c
23 func_8017FD88 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017FD88.c
24 func_8017F630 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F630.c
25 func_80182148 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80182148.c
26 func_8017D700 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D700.c
27 func_801805D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801805D4.c
28 func_80183100 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_80183100.c
29 func_8017EE78 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017EE78.c
30 func_801802BC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801802BC.c
31 func_800D0214 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_800D0214.c
32 func_8016BCC0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016BCC0.c
33 func_80149954 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80149954.c
34 func_8015B858 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015B858.c
35 func_80161124 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80161124.c
36 func_8016829C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016829C.c
37 func_801684B4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801684B4.c
38 func_8016D848 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016D848.c
39 func_8016D984 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016D984.c
40 func_8016E728 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016E728.c
41 func_8017BEBC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017BEBC.c
42 func_8017F2D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F2D4.c
43 func_801F0F28 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801F0F28.c
44 func_8017EEEC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017EEEC.c
45 func_8017F9AC None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F9AC.c
46 func_8017F5D4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017F5D4.c
47 func_801810C8 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_801810C8.c
48 func_8017D3F4 None None near 0 match_one MATCH but gate rejected (declaration/TU plumbing) .run/backlog_drafts/func_8017D3F4.c
49 func_8017DA98 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017DA98.c
50 func_80186C44 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80186C44.c
51 func_8017FBB0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017FBB0.c
52 func_801817B8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801817B8.c
53 func_801659DC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801659DC.c
54 func_8015D4E8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015D4E8.c
55 func_8015E1B8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015E1B8.c
56 func_8015EE08 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015EE08.c
57 func_8015F00C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015F00C.c
58 func_8015F7D4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8015F7D4.c
59 func_801727D0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801727D0.c
60 func_801728E4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801728E4.c
61 func_801729F0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801729F0.c
62 func_80172B44 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80172B44.c
63 func_80172DAC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80172DAC.c
64 func_80173078 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80173078.c
65 func_8017319C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017319C.c
66 func_801736FC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801736FC.c
67 func_801737E8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801737E8.c
68 func_8017390C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017390C.c
69 func_801742A4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801742A4.c
70 func_800CB5A8 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_800CB5A8.c
71 func_801EFBB4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801EFBB4.c
72 func_801F0734 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801F0734.c
73 func_801E2D34 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801E2D34.c
74 func_801E8274 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801E8274.c
75 func_801EE0D4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801EE0D4.c
76 func_80157808 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80157808.c
77 func_80130D48 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80130D48.c
78 func_80139BE0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80139BE0.c
79 func_80150480 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80150480.c
80 func_80161D88 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80161D88.c
81 func_80161D20 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80161D20.c
82 func_8016D688 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8016D688.c
83 func_8017D588 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017D588.c
84 func_8017DEA0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017DEA0.c
85 func_8017FE0C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017FE0C.c
86 func_8018025C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018025C.c
87 func_80183464 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80183464.c
88 func_80190D70 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80190D70.c
89 func_80181EEC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80181EEC.c
90 func_8018CD5C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018CD5C.c
91 func_8018E4A4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018E4A4.c
92 func_8018E89C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018E89C.c
93 func_80162CCC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80162CCC.c
94 func_8017DB10 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017DB10.c
95 func_80189380 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80189380.c
96 func_80182CB4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80182CB4.c
97 func_80189680 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80189680.c
98 func_80181270 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80181270.c
99 func_80181CF0 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80181CF0.c
100 func_80182564 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80182564.c
101 func_80189B64 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80189B64.c
102 func_8018B4A4 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8018B4A4.c
103 func_8017EB34 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017EB34.c
104 func_8017EC68 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017EC68.c
105 func_80180228 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80180228.c
106 func_80183A28 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80183A28.c
107 func_80183098 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80183098.c
108 func_80187480 None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_80187480.c
109 func_801ACE5C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801ACE5C.c
110 func_801846CC None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801846CC.c
111 func_8017D72C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_8017D72C.c
112 func_801ABC8C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801ABC8C.c
113 func_801AD31C None None near 0 match_one MATCH but the whole-binary gate rejected — CAUSE NOT DETERMINED. FIRST re-derive the destination TU from the asm subdir: asm//nonmatchings/<TU_stem>/.s => src//<TU_stem>.c (the third path component IS the TU). Only then look for a decl conflict or a codegen residual. .run/backlog_drafts/func_801AD31C.c
114 func_801807D8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801807D8.c
115 func_80180AD0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180AD0.c
116 func_8017FDB0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FDB0.c
117 func_80180720 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180720.c
118 func_80183AFC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80183AFC.c
119 func_80181FF8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181FF8.c
120 func_8017FE4C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FE4C.c
121 func_8017CF40 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017CF40.c
122 func_80185E38 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80185E38.c
123 func_8017FD70 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FD70.c
124 func_801811D4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801811D4.c
125 func_801819DC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801819DC.c
126 func_8018ADF8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018ADF8.c
127 func_80186554 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80186554.c
128 func_801873FC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801873FC.c
129 func_80180E7C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180E7C.c
130 func_801835FC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801835FC.c
131 func_801863D4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801863D4.c
132 func_80181540 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181540.c
133 func_801809D4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801809D4.c
134 func_80181C78 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80181C78.c
135 func_80186BD4 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80186BD4.c
136 func_8017D08C None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017D08C.c
137 func_8017FB98 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017FB98.c
138 func_8018595C None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8018595C.c
139 func_8017E29C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E29C.c
140 func_8017D930 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017D930.c
141 func_80181FCC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80181FCC.c
142 func_80182AD4 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80182AD4.c
143 func_8018B344 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018B344.c
144 func_80188858 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80188858.c
145 func_8017F378 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017F378.c
146 func_80180754 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80180754.c
147 func_80181B34 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80181B34.c
148 func_80184618 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80184618.c
149 func_80182CEC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182CEC.c
150 func_8018A598 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8018A598.c
151 func_8017EA40 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EA40.c
152 func_8017EC64 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EC64.c
153 func_80185344 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80185344.c
154 func_8017EA68 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017EA68.c
155 func_80182470 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80182470.c
156 func_8017E3D8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E3D8.c
157 func_80181744 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_80181744.c
158 func_801900B0 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_801900B0.c
159 func_8017F1F8 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017F1F8.c
160 func_8017F268 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017F268.c
161 func_8018151C None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8018151C.c
162 func_8017D974 None LENGTH-DRIFT None near 1 lenmiss permuter-length route .run/backlog_drafts/func_8017D974.c
163 func_8017DE8C None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017DE8C.c
164 func_800CB054 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_800CB054.c
165 func_800CB758 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_800CB758.c
166 func_800CB270 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_800CB270.c
167 func_800CB4CC None None near 1 residual: 1 mismatch .run/backlog_drafts/func_800CB4CC.c
168 func_8017E1E8 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_8017E1E8.c
169 func_80180864 None None near 1 residual: 1 mismatch .run/backlog_drafts/func_80180864.c
170 func_801816A8 None schedule None near 1 wave-A NEAR .run/wave_p31a/ov_SC04_018/func_801816A8.c
171 func_8017E98C None regalloc-order None near 1 wave-B NEAR .run/wave_p31a/ov_SC03_003/func_8017E98C.c
172 func_80183578 None DELAY-SLOT None near 1 close=1: idx13 target has 'addu $a0,$s0,$zero' in the jal-to-func_801848DC delay slot, draft emits nop. Two-predecessor merge block (sched.md D1/D2/D3) so no in-block filler exists. Agent ruled out (byte-tested): explicit arg to func_801848DC (any prototype style) -> +3 ins; uninitialized-junk arg -> right shape but lands $a1 not $s0; De Morgan rewrite -> WIDTH blowup. §60a precedent: func_80181F78 close=1 DELAY-SLOT banked by grinder in ~6min. PRIME PERMUTER SEED. .run/wave_p31d/ov_SC04_018/func_80183578.c
173 func_8017F6B0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017F6B0.c
174 func_8017DDFC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017DDFC.c
175 func_8017F8E4 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_8017F8E4.c
176 func_80182264 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80182264.c
177 func_80181834 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80181834.c
178 func_801843CC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801843CC.c
179 func_80183228 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183228.c
180 func_80180458 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80180458.c
181 func_801879B0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801879B0.c
182 func_8017E874 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017E874.c
183 func_80185000 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80185000.c
184 func_80180834 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180834.c
185 func_80186DAC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80186DAC.c
186 func_80183DB8 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80183DB8.c
187 func_801804C8 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801804C8.c
188 func_8017FB4C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FB4C.c
189 func_8017EAE0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017EAE0.c
190 func_8017D704 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017D704.c
191 func_8017EFFC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017EFFC.c
192 func_80181C1C None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80181C1C.c
193 func_80180B0C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180B0C.c
194 func_8017E254 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_8017E254.c
195 func_80163408 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80163408.c
196 func_80185400 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80185400.c
197 func_80189674 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80189674.c
198 func_80181E40 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80181E40.c
199 func_80187868 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80187868.c
200 func_80180A10 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_80180A10.c
201 func_80184B60 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80184B60.c
202 func_8017E2FC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017E2FC.c
203 func_8017FAD4 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FAD4.c
204 func_8017FBC4 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FBC4.c
205 func_80180B84 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180B84.c
206 func_80180BFC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80180BFC.c
207 func_8017D7B0 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017D7B0.c
208 func_8018211C None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_8018211C.c
209 func_80181248 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80181248.c
210 func_8018067C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8018067C.c
211 func_80183C28 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183C28.c
212 func_80184410 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80184410.c
213 func_8018B988 None LENGTH-DRIFT None near 2 lenmiss permuter-length route .run/backlog_drafts/func_8018B988.c
214 func_8017FF6C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017FF6C.c
215 func_80181414 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80181414.c
216 func_801824AC None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801824AC.c
217 func_80182E18 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80182E18.c
218 func_80182EB4 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80182EB4.c
219 func_8017F570 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8017F570.c
220 func_80183494 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183494.c
221 func_8018596C None None near 2 residual: 2 mismatch .run/backlog_drafts/func_8018596C.c
222 func_801801A4 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_801801A4.c
223 func_80183E88 None None near 2 residual: 2 mismatch .run/backlog_drafts/func_80183E88.c
224 func_8017E7B8 None regalloc-order None near 2 wave-B NEAR .run/wave_p31a/ov_SC03_003/func_8017E7B8.c
225 func_80189C6C None LENGTH-DRIFT-hoist None near 2 43 vs 41 ins; residual is 2 insns (sw/lw $s3) from gcc hoisting a single-use magic-constant load to a preheader+callee-saved reg. Agent decoded magic=0x66666667 + mfhi-shift 5 as a plain DIVIDE BY 80 and wrote 's0 = (s2<<12)/80;' letting gcc synthesize its own magic multiply (the first agent had hand-written the 64-bit multiply, costing an unused mflo). Residual root-caused with REAL cc1 -da RTL dumps to loop.c move_movables desirability (threshold 29 * savings * lifetime >= insn_count; measured 24-26 for every faithful C spelling). Forcing insn_count>=30 suppresses the hoist but each variant introduced a worse deviation. Structurally matches the func_80015A74 documented hard tail (survived 6648 permuter candidates). PRIME permuter seed at 2-off. .run/wave_p31n/ov_SC02_000/func_80189C6C.c
226 func_8017D468 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017D468.c
227 func_801816FC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801816FC.c
228 func_8017DE90 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017DE90.c
229 func_80180D34 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80180D34.c
230 func_801874E8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801874E8.c
231 func_80183320 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80183320.c
232 func_8018B234 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018B234.c
233 func_8017F534 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017F534.c
234 func_801861DC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801861DC.c
235 func_801896EC None None near 3 residual: 3 mismatch .run/backlog_drafts/func_801896EC.c
236 func_8018C7C8 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018C7C8.c
237 func_80187B80 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80187B80.c
238 func_8018672C None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018672C.c
239 func_8018B1E0 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8018B1E0.c
240 func_80184870 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_80184870.c
241 func_8017E6B0 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017E6B0.c
242 func_800CCF58 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_800CCF58.c
243 func_8017DA50 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017DA50.c
244 func_8017D77C None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017D77C.c
245 func_8017DC30 None None near 3 residual: 3 mismatch .run/backlog_drafts/func_8017DC30.c
246 func_801EFEA4 None schedule None near 3 wave-A NEAR .run/wave_p31a/md_SC03_075/func_801EFEA4.c
247 func_80185840 None regalloc-perm-clamp None near 3 52/52 ins, 9->3 mismatched. Residual = ONE register identity (clamp result in $a0, target wants $v0). THREE reusable levers found: (1) the §17 zero-reg copy done right — 'register u32 zr asm("$0"); c = val + zr;' reproduces the target's non-coalescing 'addu $v1,$v0,$zero' live-range copy, which §52a had called the non-coalescing-delay-slot-copy WALL; (2) 'r = 0x80;' BEFORE a single-armed if (not if/else) is what gets the li into the branch delay slot — reorg's fill_simple_delay_slots BACKWARD scan steals it, whereas any two-arm spelling needs fill_eager_delay_slots' target-thread steal which never fires (53 ins + j/nop); (3) a zero-byte asm fence between the sh and the += stops sched1 hoisting the lui above the store. Permuter seed. .run/wave_p31n/ov_SC02_000/func_80185840.c
248 func_8017FF90 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017FF90.c
249 func_8017FAE0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017FAE0.c
250 func_80180ED4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80180ED4.c
251 func_80184880 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184880.c
252 func_8018455C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018455C.c
253 func_801823F0 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_801823F0.c
254 func_80188510 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80188510.c
255 func_80182CD4 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80182CD4.c
256 func_8018119C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8018119C.c
257 func_80184D0C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80184D0C.c
258 func_80182380 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80182380.c
259 func_80190334 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80190334.c
260 func_80183A7C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80183A7C.c
261 func_8017E024 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E024.c
262 func_80182F5C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_80182F5C.c
263 func_8017E7C8 None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E7C8.c
264 func_8017E70C None None near 4 residual: 4 mismatch .run/backlog_drafts/func_8017E70C.c
265 func_801803F0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_801803F0.c
266 func_8017F7D8 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F7D8.c
267 func_80181B8C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80181B8C.c
268 func_80180564 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80180564.c
269 func_801809F4 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_801809F4.c
270 func_8017F250 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F250.c
271 func_8017F66C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F66C.c
272 func_80180100 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80180100.c
273 func_80181EF0 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80181EF0.c
274 func_8018312C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8018312C.c
275 func_8017F11C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017F11C.c
276 func_80182938 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80182938.c
277 func_8018517C None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8018517C.c
278 func_8017DA90 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_8017DA90.c
279 func_80181BB4 None None near 5 residual: 5 mismatch .run/backlog_drafts/func_80181BB4.c
280 func_80180AE8 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80180AE8.c
281 func_80185B20 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80185B20.c
282 func_801802CC None None near 6 residual: 6 mismatch .run/backlog_drafts/func_801802CC.c
283 func_80188F80 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80188F80.c
284 func_80189240 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80189240.c
285 func_80186A88 None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80186A88.c
286 func_80180F4C None None near 6 residual: 6 mismatch .run/backlog_drafts/func_80180F4C.c
287 func_8017DA00 None cse None near 6 warmstart from ov_SC03_107:func_80160B34 .run/warmstart/ov_SC06_008/func_8017DA00.c
288 func_8017C104 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8017C104.c
289 func_8018C310 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8018C310.c
290 func_80180410 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_80180410.c
291 func_8017F710 None None near 7 residual: 7 mismatch .run/backlog_drafts/func_8017F710.c
292 func_80188C60 None schedule None near 7 wave-B NEAR .run/wave_p31a/ov_SC03_014/func_80188C60.c
293 func_80189858 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80189858.c
294 func_8017FFF0 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017FFF0.c
295 func_8017E908 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017E908.c
296 func_801825C8 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_801825C8.c
297 func_8017F474 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017F474.c
298 func_80181C84 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80181C84.c
299 func_80185EB4 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_80185EB4.c
300 func_8017F228 None None near 8 residual: 8 mismatch .run/backlog_drafts/func_8017F228.c
301 func_8017F358 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017F358.c
302 func_80180E9C None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180E9C.c
303 func_80180854 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180854.c
304 func_80180E54 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180E54.c
305 func_8017F7F4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017F7F4.c
306 func_801827FC None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801827FC.c
307 func_8017FE88 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8017FE88.c
308 func_80180EC0 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80180EC0.c
309 func_8018AA88 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_8018AA88.c
310 func_80187114 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80187114.c
311 func_801860F4 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_801860F4.c
312 func_80184664 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80184664.c
313 func_80185528 None None near 9 residual: 9 mismatch .run/backlog_drafts/func_80185528.c
314 func_8017FCC0 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017FCC0.c
315 func_80180014 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80180014.c
316 func_80188E8C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80188E8C.c
317 func_801823D4 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_801823D4.c
318 func_8017F804 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8017F804.c
319 func_80183F7C None None near 10 residual: 10 mismatch .run/backlog_drafts/func_80183F7C.c
320 func_8013C964 None None near 10 residual: 10 mismatch .run/backlog_drafts/func_8013C964.c
321 func_8017F7E8 1 WAVE 177 near 11 WAVE: 11 mismatch .run/backlog_drafts/func_8017F7E8.c
322 func_801824D0 1 WAVE 181 near 11 WAVE: 11 mismatch .run/backlog_drafts/func_801824D0.c
323 func_80182F4C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182F4C.c
324 func_8017D6C4 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017D6C4.c
325 func_80181960 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80181960.c
326 func_8017F67C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017F67C.c
327 func_80180154 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80180154.c
328 func_80180EA8 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80180EA8.c
329 func_801848B4 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_801848B4.c
330 func_80182118 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182118.c
331 func_80182F78 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182F78.c
332 func_8017F154 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017F154.c
333 func_80184358 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80184358.c
334 func_8017DE70 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017DE70.c
335 func_80184F10 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80184F10.c
336 func_80182E4C None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182E4C.c
337 func_8017DE18 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017DE18.c
338 func_8017F4D8 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017F4D8.c
339 func_80189CF0 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80189CF0.c
340 func_80183794 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80183794.c
341 func_80180290 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80180290.c
342 func_8018C730 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8018C730.c
343 func_8013C938 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8013C938.c
344 func_80182D60 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80182D60.c
345 func_8017EAFC None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8017EAFC.c
346 func_8018C974 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_8018C974.c
347 func_80185F68 None None near 11 residual: 11 mismatch .run/backlog_drafts/func_80185F68.c
348 func_8018150C None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8018150C.c
349 func_801803A4 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801803A4.c
350 func_8017DFF8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017DFF8.c
351 func_8017DBD8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017DBD8.c
352 func_80183AC8 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80183AC8.c
353 func_80181C08 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80181C08.c
354 func_80184698 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80184698.c
355 func_80184718 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80184718.c
356 func_8017F4BC None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8017F4BC.c
357 func_801810A4 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_801810A4.c
358 func_80180554 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80180554.c
359 func_80189A60 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_80189A60.c
360 func_800D1984 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_800D1984.c
361 func_8013B568 None None near 12 residual: 12 mismatch .run/backlog_drafts/func_8013B568.c
362 func_8018A3C8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8018A3C8.c
363 func_801818EC None None near 13 residual: 13 mismatch .run/backlog_drafts/func_801818EC.c
364 func_8017DA3C None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017DA3C.c
365 func_801816CC None None near 13 residual: 13 mismatch .run/backlog_drafts/func_801816CC.c
366 func_8017FD58 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017FD58.c
367 func_8017F830 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017F830.c
368 func_8018276C None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8018276C.c
369 func_8017F0D8 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017F0D8.c
370 func_80181D04 None schedule None near 13 wave-A NEAR .run/wave_p31a/ov_SC03_093/func_80181D04.c
371 func_8017D698 None None near 13 residual: 13 mismatch .run/backlog_drafts/func_8017D698.c
372 func_80180D10 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80180D10.c
373 func_8017E808 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8017E808.c
374 func_80180654 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80180654.c
375 func_801859E4 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801859E4.c
376 func_801813F0 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_801813F0.c
377 func_80185404 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80185404.c
378 func_80180950 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_80180950.c
379 func_8013BD34 None None near 14 residual: 14 mismatch .run/backlog_drafts/func_8013BD34.c
380 func_801E4D14 None LENGTH-DRIFT None near 14 wave-B NEAR .run/wave_p31a/md_SC02_009/func_801E4D14.c
381 func_80181784 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80181784.c
382 func_801803F4 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_801803F4.c
383 func_80181B0C None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80181B0C.c
384 func_8017F138 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017F138.c
385 func_80181A94 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80181A94.c
386 func_8017D1B4 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017D1B4.c
387 func_8017D220 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017D220.c
388 func_8017F120 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017F120.c
389 func_80185A68 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_80185A68.c
390 func_8017D49C None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017D49C.c
391 func_8017F5E0 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017F5E0.c
392 func_8017DFCC None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017DFCC.c
393 func_8017E304 None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8017E304.c
394 func_8018183C None None near 15 residual: 15 mismatch .run/backlog_drafts/func_8018183C.c
395 func_8017E0F0 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017E0F0.c
396 func_8017EC84 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017EC84.c
397 func_8017E9CC None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017E9CC.c
398 func_80186984 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80186984.c
399 func_8017F414 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017F414.c
400 func_8017CDE4 None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8017CDE4.c
401 func_8018FE0C None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8018FE0C.c
402 func_80185B4C None None near 16 residual: 16 mismatch .run/backlog_drafts/func_80185B4C.c
403 func_8018FB5C None None near 16 residual: 16 mismatch .run/backlog_drafts/func_8018FB5C.c
404 func_8017E950 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017E950.c
405 func_8017CDD8 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017CDD8.c
406 func_80180890 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_80180890.c
407 func_8017F568 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017F568.c
408 func_8017E850 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017E850.c
409 func_8013B7F4 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8013B7F4.c
410 func_8017DE58 None None near 17 residual: 17 mismatch .run/backlog_drafts/func_8017DE58.c
411 func_8017D988 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8017D988.c
412 func_80182E38 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_80182E38.c
413 func_80180B54 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_80180B54.c
414 func_8017F6C4 None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8017F6C4.c
415 func_8013B7AC None None near 18 residual: 18 mismatch .run/backlog_drafts/func_8013B7AC.c
416 func_8017D184 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017D184.c
417 func_8017F160 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017F160.c
418 func_8017F4D0 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8017F4D0.c
419 func_8018033C None None near 19 residual: 19 mismatch .run/backlog_drafts/func_8018033C.c
420 func_80181138 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_80181138.c
421 func_80185288 None None near 19 residual: 19 mismatch .run/backlog_drafts/func_80185288.c
422 func_8017E890 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8017E890.c
423 func_8017DB00 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8017DB00.c
424 func_80181054 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_80181054.c
425 func_8017FA00 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8017FA00.c
426 func_8018B6F4 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8018B6F4.c
427 func_8017EEC8 None None near 20 residual: 20 mismatch .run/backlog_drafts/func_8017EEC8.c
428 func_8017DD18 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017DD18.c
429 func_8017D308 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017D308.c
430 func_8017D8B0 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017D8B0.c
431 func_8017F080 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_8017F080.c
432 func_80183178 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_80183178.c
433 func_801831D0 None None near 21 residual: 21 mismatch .run/backlog_drafts/func_801831D0.c
434 func_8017D828 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8017D828.c
435 func_8017FA90 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8017FA90.c
436 func_80181478 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_80181478.c
437 func_801868E0 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_801868E0.c
438 func_8013BCDC None None near 22 residual: 22 mismatch .run/backlog_drafts/func_8013BCDC.c
439 func_801803D0 None None near 22 residual: 22 mismatch .run/backlog_drafts/func_801803D0.c
440 func_8017DC54 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8017DC54.c
441 func_80182FF0 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_80182FF0.c
442 func_8017E240 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8017E240.c
443 func_8017FAC8 None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8017FAC8.c
444 func_8018381C None None near 23 residual: 23 mismatch .run/backlog_drafts/func_8018381C.c
445 func_8017F500 None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8017F500.c
446 func_8017DDBC None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8017DDBC.c
447 func_8017F1BC None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8017F1BC.c
448 func_8017EFB0 None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8017EFB0.c
449 func_80182708 None None near 24 residual: 24 mismatch .run/backlog_drafts/func_80182708.c
450 func_8018333C None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8018333C.c
451 func_8018056C None None near 24 residual: 24 mismatch .run/backlog_drafts/func_8018056C.c
452 func_8017CFC4 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8017CFC4.c
453 func_8017D7A4 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8017D7A4.c
454 func_8018545C None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8018545C.c
455 func_8017FE10 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8017FE10.c
456 func_8017D864 None None near 25 residual: 25 mismatch .run/backlog_drafts/func_8017D864.c
457 func_8017FB68 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_8017FB68.c
458 func_8017EBF4 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_8017EBF4.c
459 func_8017E6C0 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_8017E6C0.c
460 func_8017F024 None None near 26 residual: 26 mismatch .run/backlog_drafts/func_8017F024.c
461 func_80184A1C None None near 27 residual: 27 mismatch .run/backlog_drafts/func_80184A1C.c
462 func_80184430 None None near 27 residual: 27 mismatch .run/backlog_drafts/func_80184430.c
463 func_80180D28 None None near 27 residual: 27 mismatch .run/backlog_drafts/func_80180D28.c
464 func_80183830 None None near 27 residual: 27 mismatch .run/backlog_drafts/func_80183830.c
465 func_8017DAD0 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_8017DAD0.c
466 func_8017E218 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_8017E218.c
467 func_80180E98 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_80180E98.c
468 func_80188650 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_80188650.c
469 func_80183A18 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_80183A18.c
470 func_80183A24 None None near 28 residual: 28 mismatch .run/backlog_drafts/func_80183A24.c
471 func_8017EC6C None unverified None near 28 wave-B NEAR .run/wave_p31a/ov_SC02_027/func_8017EC6C.c
472 func_80180CA0 None None near 29 residual: 29 mismatch .run/backlog_drafts/func_80180CA0.c
473 func_8017ED0C None None near 29 residual: 29 mismatch .run/backlog_drafts/func_8017ED0C.c
474 func_801840C0 None None near 29 residual: 29 mismatch .run/backlog_drafts/func_801840C0.c
475 func_80180214 None None near 29 residual: 29 mismatch .run/backlog_drafts/func_80180214.c
476 func_80181304 None None near 29 residual: 29 mismatch .run/backlog_drafts/func_80181304.c
477 func_80182E08 None None near 30 residual: 30 mismatch .run/backlog_drafts/func_80182E08.c
478 func_8017F750 None None near 30 residual: 30 mismatch .run/backlog_drafts/func_8017F750.c
479 func_8018133C None None near 30 residual: 30 mismatch .run/backlog_drafts/func_8018133C.c
480 func_8017D894 None None near 30 residual: 30 mismatch .run/backlog_drafts/func_8017D894.c
481 func_8017DCB0 None LENGTH-DRIFT None near 30 wave-A NEAR .run/wave_p31a/ov_MAIN_012/func_8017DCB0.c
482 func_80182268 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_80182268.c
483 func_801800F4 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_801800F4.c
484 func_80181990 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_80181990.c
485 func_8017D8C8 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_8017D8C8.c
486 func_80184AA8 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_80184AA8.c
487 func_8017E9EC None None near 31 residual: 31 mismatch .run/backlog_drafts/func_8017E9EC.c
488 func_80182D18 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_80182D18.c
489 func_8017D784 None None near 31 residual: 31 mismatch .run/backlog_drafts/func_8017D784.c
490 func_8017FC50 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017FC50.c
491 func_8017D554 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017D554.c
492 func_8017F370 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017F370.c
493 func_8017DBC0 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017DBC0.c
494 func_80182000 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_80182000.c
495 func_8017D874 None None near 32 residual: 32 mismatch .run/backlog_drafts/func_8017D874.c
496 func_80182E1C None None near 33 residual: 33 mismatch .run/backlog_drafts/func_80182E1C.c
497 func_8017D804 None None near 35 residual: 35 mismatch .run/backlog_drafts/func_8017D804.c
498 func_8017DA0C None None near 35 residual: 35 mismatch .run/backlog_drafts/func_8017DA0C.c
499 func_80181090 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_80181090.c
500 func_8017EC78 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_8017EC78.c
501 func_8017E79C None None near 36 residual: 36 mismatch .run/backlog_drafts/func_8017E79C.c
502 func_8017D294 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_8017D294.c
503 func_80182304 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_80182304.c
504 func_8017FE28 None None near 36 residual: 36 mismatch .run/backlog_drafts/func_8017FE28.c
505 func_80180F08 None None near 37 residual: 37 mismatch .run/backlog_drafts/func_80180F08.c
506 func_8017D29C None None near 37 residual: 37 mismatch .run/backlog_drafts/func_8017D29C.c
507 func_8017E230 None None near 37 residual: 37 mismatch .run/backlog_drafts/func_8017E230.c
508 func_8017E6FC None None near 38 residual: 38 mismatch .run/backlog_drafts/func_8017E6FC.c
509 func_8017FE08 None None near 38 residual: 38 mismatch .run/backlog_drafts/func_8017FE08.c
510 func_80180A38 None None near 38 residual: 38 mismatch .run/backlog_drafts/func_80180A38.c
511 func_8017D740 None None near 38 residual: 38 mismatch .run/backlog_drafts/func_8017D740.c
512 func_8017DD44 None None near 38 residual: 38 mismatch .run/backlog_drafts/func_8017DD44.c
513 func_801801E0 None None near 38 residual: 38 mismatch .run/backlog_drafts/func_801801E0.c
514 func_8017E840 None None near 39 residual: 39 mismatch .run/backlog_drafts/func_8017E840.c
515 func_8017E014 None None near 39 residual: 39 mismatch .run/backlog_drafts/func_8017E014.c
516 func_80180C2C None None near 39 residual: 39 mismatch .run/backlog_drafts/func_80180C2C.c
517 func_8017F724 None None near 39 residual: 39 mismatch .run/backlog_drafts/func_8017F724.c
518 func_80180850 None None near 40 residual: 40 mismatch .run/backlog_drafts/func_80180850.c
519 func_8017D0BC None None near 41 residual: 41 mismatch .run/backlog_drafts/func_8017D0BC.c
520 func_8017E94C None None near 41 residual: 41 mismatch .run/backlog_drafts/func_8017E94C.c
521 func_8017E170 None None near 41 residual: 41 mismatch .run/backlog_drafts/func_8017E170.c
522 func_8018043C None None near 41 residual: 41 mismatch .run/backlog_drafts/func_8018043C.c
523 func_80183F4C None None near 41 residual: 41 mismatch .run/backlog_drafts/func_80183F4C.c
524 func_80180010 None None near 42 residual: 42 mismatch .run/backlog_drafts/func_80180010.c
525 func_80181ED4 None None near 42 residual: 42 mismatch .run/backlog_drafts/func_80181ED4.c
526 func_8017ECF4 None None near 43 residual: 43 mismatch .run/backlog_drafts/func_8017ECF4.c
527 func_8018118C None None near 43 residual: 43 mismatch .run/backlog_drafts/func_8018118C.c
528 func_8017D96C None None near 43 residual: 43 mismatch .run/backlog_drafts/func_8017D96C.c
529 func_801812FC None None near 43 residual: 43 mismatch .run/backlog_drafts/func_801812FC.c
530 func_80186B08 None None near 43 residual: 43 mismatch .run/backlog_drafts/func_80186B08.c
531 func_8013C360 None None near 44 residual: 44 mismatch .run/backlog_drafts/func_8013C360.c
532 func_8017E7D0 None None near 45 residual: 45 mismatch .run/backlog_drafts/func_8017E7D0.c
533 func_8017E380 None None near 45 residual: 45 mismatch .run/backlog_drafts/func_8017E380.c
534 func_80180A88 None None near 45 residual: 45 mismatch .run/backlog_drafts/func_80180A88.c
535 func_80189DB4 None None near 45 residual: 45 mismatch .run/backlog_drafts/func_80189DB4.c
536 func_8018001C None None near 46 residual: 46 mismatch .run/backlog_drafts/func_8018001C.c
537 func_8017F2A0 None None near 46 residual: 46 mismatch .run/backlog_drafts/func_8017F2A0.c
538 func_801804DC None None near 47 residual: 47 mismatch .run/backlog_drafts/func_801804DC.c
539 func_801808D8 None None near 47 residual: 47 mismatch .run/backlog_drafts/func_801808D8.c
540 func_8017F84C None None near 48 residual: 48 mismatch .run/backlog_drafts/func_8017F84C.c
541 func_8017D6F0 None None near 49 residual: 49 mismatch .run/backlog_drafts/func_8017D6F0.c
542 func_8017DF40 None None near 49 residual: 49 mismatch .run/backlog_drafts/func_8017DF40.c
543 func_8017F4C4 None None near 50 residual: 50 mismatch .run/backlog_drafts/func_8017F4C4.c
544 func_8017DE74 None None near 50 residual: 50 mismatch .run/backlog_drafts/func_8017DE74.c
545 func_80181124 None None near 52 residual: 52 mismatch .run/backlog_drafts/func_80181124.c
546 func_8018048C None None near 53 residual: 53 mismatch .run/backlog_drafts/func_8018048C.c
547 func_8018465C None None near 54 residual: 54 mismatch .run/backlog_drafts/func_8018465C.c
548 func_80180B7C None None near 54 residual: 54 mismatch .run/backlog_drafts/func_80180B7C.c
549 func_8017FE54 None None near 55 residual: 55 mismatch .run/backlog_drafts/func_8017FE54.c
550 func_80181DEC None None near 57 residual: 57 mismatch .run/backlog_drafts/func_80181DEC.c
551 func_8017E524 None None near 57 residual: 57 mismatch .run/backlog_drafts/func_8017E524.c
552 func_80184920 None None near 58 residual: 58 mismatch .run/backlog_drafts/func_80184920.c
553 func_8017F1C4 None None near 58 residual: 58 mismatch .run/backlog_drafts/func_8017F1C4.c
554 func_8017D544 None None near 58 residual: 58 mismatch .run/backlog_drafts/func_8017D544.c
555 func_8017EA2C None None near 58 residual: 58 mismatch .run/backlog_drafts/func_8017EA2C.c
556 func_8017EC48 None None near 61 residual: 61 mismatch .run/backlog_drafts/func_8017EC48.c
557 func_8017EEE0 None None near 62 residual: 62 mismatch .run/backlog_drafts/func_8017EEE0.c
558 func_8017EB74 None None near 63 residual: 63 mismatch .run/backlog_drafts/func_8017EB74.c
559 func_8017E798 None None near 64 residual: 64 mismatch .run/backlog_drafts/func_8017E798.c
560 func_8017D610 None None near 64 residual: 64 mismatch .run/backlog_drafts/func_8017D610.c
561 func_8017F1A0 None None near 64 residual: 64 mismatch .run/backlog_drafts/func_8017F1A0.c
562 func_8017D928 None None near 64 residual: 64 mismatch .run/backlog_drafts/func_8017D928.c
563 func_8017E910 None None near 68 residual: 68 mismatch .run/backlog_drafts/func_8017E910.c
564 func_80182378 None None near 69 residual: 69 mismatch .run/backlog_drafts/func_80182378.c
565 func_801866B0 None None near 72 residual: 72 mismatch .run/backlog_drafts/func_801866B0.c
566 func_80183E70 None None near 72 residual: 72 mismatch .run/backlog_drafts/func_80183E70.c
567 func_8017D9E4 None None near 73 residual: 73 mismatch .run/backlog_drafts/func_8017D9E4.c
568 func_80181344 None None near 73 residual: 73 mismatch .run/backlog_drafts/func_80181344.c
569 func_801874E4 None None near 73 residual: 73 mismatch .run/backlog_drafts/func_801874E4.c
570 func_8018E0AC None None near 73 residual: 73 mismatch .run/backlog_drafts/func_8018E0AC.c
571 func_8018165C None None near 74 residual: 74 mismatch .run/backlog_drafts/func_8018165C.c
572 func_8017F468 None None near 74 residual: 74 mismatch .run/backlog_drafts/func_8017F468.c
573 func_801457A4 None None near 74 residual: 74 mismatch .run/backlog_drafts/func_801457A4.c
574 func_8017DAB4 None None near 75 residual: 75 mismatch .run/backlog_drafts/func_8017DAB4.c
575 func_801814A8 None None near 76 residual: 76 mismatch .run/backlog_drafts/func_801814A8.c
576 func_8017E2F4 None None near 77 residual: 77 mismatch .run/backlog_drafts/func_8017E2F4.c
577 func_8017EDBC None None near 78 residual: 78 mismatch .run/backlog_drafts/func_8017EDBC.c
578 func_801815AC None None near 79 residual: 79 mismatch .run/backlog_drafts/func_801815AC.c
579 func_80181260 None None near 79 residual: 79 mismatch .run/backlog_drafts/func_80181260.c
580 func_801805D0 None None near 79 residual: 79 mismatch .run/backlog_drafts/func_801805D0.c
581 func_80180C0C None None near 80 residual: 80 mismatch .run/backlog_drafts/func_80180C0C.c
582 func_8017F290 1 regalloc-order 86 near 81 none — MATCH. Two levers: (1) hold &D_801270CC in a int *state local so its .run/backlog_drafts/func_8017F290.c
583 func_8017DA9C None None near 83 residual: 83 mismatch .run/backlog_drafts/func_8017DA9C.c
584 func_801829F0 None None near 83 residual: 83 mismatch .run/backlog_drafts/func_801829F0.c
585 func_801847FC None None near 86 residual: 86 mismatch .run/backlog_drafts/func_801847FC.c
586 func_8018006C None None near 86 residual: 86 mismatch .run/backlog_drafts/func_8018006C.c
587 func_80181F08 1 STRUCT 117 near 90 STRUCT: 90 mismatch .run/backlog_drafts/func_80181F08.c
588 func_801821D4 None None near 90 residual: 90 mismatch .run/backlog_drafts/func_801821D4.c
589 func_8017EDC0 None None near 91 residual: 91 mismatch .run/backlog_drafts/func_8017EDC0.c
590 func_8017D940 None None near 94 residual: 94 mismatch .run/backlog_drafts/func_8017D940.c
591 func_8017DAEC 1 WAVE 113 near 98 WAVE: 98 mismatch .run/backlog_drafts/func_8017DAEC.c
592 func_8017D808 None None near 102 residual: 102 mismatch .run/backlog_drafts/func_8017D808.c
593 func_8017DC40 None None near 104 residual: 104 mismatch .run/backlog_drafts/func_8017DC40.c
594 func_8017F69C None None near 107 residual: 107 mismatch .run/backlog_drafts/func_8017F69C.c
595 func_8017F3E4 None None near 110 residual: 110 mismatch .run/backlog_drafts/func_8017F3E4.c
596 func_80181948 1 STRUCT 132 near 111 STRUCT: 111 mismatch .run/backlog_drafts/func_80181948.c
597 func_8017FE9C None None near 111 residual: 111 mismatch .run/backlog_drafts/func_8017FE9C.c
598 func_8017F768 None None near 112 residual: 112 mismatch .run/backlog_drafts/func_8017F768.c
599 func_8017D508 None None near 113 residual: 113 mismatch .run/backlog_drafts/func_8017D508.c
600 func_8017DB98 None None near 115 residual: 115 mismatch .run/backlog_drafts/func_8017DB98.c
601 func_8017D890 None None near 124 residual: 124 mismatch .run/backlog_drafts/func_8017D890.c
602 func_8017DECC None None near 125 residual: 125 mismatch .run/backlog_drafts/func_8017DECC.c
603 func_8017EB00 None None near 127 residual: 127 mismatch .run/backlog_drafts/func_8017EB00.c
604 func_80185E68 1 STRUCT 132 near 131 STRUCT: 131 mismatch .run/backlog_drafts/func_80185E68.c
605 func_80186530 None None near 139 residual: 139 mismatch .run/backlog_drafts/func_80186530.c
606 func_80186078 1 WAVE 174 near 141 WAVE: 141 mismatch .run/backlog_drafts/func_80186078.c
607 func_80184F08 None regalloc-order None near 141 none — MATCH (145/145 ins, match_one confirmed) .run/backlog_drafts/func_80184F08.c
608 func_8017DB0C None None near 142 residual: 142 mismatch .run/backlog_drafts/func_8017DB0C.c
609 func_8017E6EC None None near 172 residual: 172 mismatch .run/backlog_drafts/func_8017E6EC.c
610 func_801823B8 None None near 204 residual: 204 mismatch .run/backlog_drafts/func_801823B8.c
611 func_801826C4 None None near 207 residual: 207 mismatch .run/backlog_drafts/func_801826C4.c
612 func_8017FD14 1 STRUCT 249 near 240 STRUCT: 240 mismatch .run/backlog_drafts/func_8017FD14.c
613 func_80181164 None None near 241 residual: 241 mismatch .run/backlog_drafts/func_80181164.c
614 func_80183BF8 None None near 258 residual: 258 mismatch .run/backlog_drafts/func_80183BF8.c
615 func_8017EB30 None None near 278 residual: 278 mismatch .run/backlog_drafts/func_8017EB30.c
616 func_801804A0 None None near 280 residual: 280 mismatch .run/backlog_drafts/func_801804A0.c
617 func_80181670 None None near 311 residual: 311 mismatch .run/backlog_drafts/func_80181670.c
618 func_80189540 None None near 463 residual: 463 mismatch .run/backlog_drafts/func_80189540.c
619 func_80144B9C None None near 728 residual: 728 mismatch .run/backlog_drafts/func_80144B9C.c
620 func_80185BA4 1 WAVE 177 failed won't compile standalone (loose-typing / missing decl)
621 func_8017D8DC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017D8DC.c
622 func_8017FFEC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FFEC.c
623 func_801853CC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801853CC.c
624 func_80181894 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181894.c
625 func_8018BFBC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018BFBC.c
626 func_801807F4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801807F4.c
627 func_8017FFC8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FFC8.c
628 func_8017E99C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E99C.c
629 func_80180294 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180294.c
630 func_8017E76C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E76C.c
631 func_8017F29C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F29C.c
632 func_8017F00C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F00C.c
633 func_8017DA1C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017DA1C.c
634 func_8017FFC4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FFC4.c
635 func_8017E2F0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E2F0.c
636 func_80181738 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181738.c
637 func_801873D8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801873D8.c
638 func_8017EA1C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017EA1C.c
639 func_8017F098 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017F098.c
640 func_801822CC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801822CC.c
641 func_800D24A0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_800D24A0.c
642 func_8013DD68 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013DD68.c
643 func_8012D664 None schedule None failed none — MATCH .run/backlog_drafts/func_8012D664.c
644 func_80136C90 None struct None failed none — MATCH (28 ins). 10-byte 1-aligned struct copy (S10{char s[10]}) from global D_801A5A7C into a stack buffer, then ((void(*)(int, void *, int, int, int, int))func_8001534C)(0,&buf,0x78,0x10,0,0). gcc emits the block move as 2 unaligned words (lwl/lwr+swl/swr) + 2 bytes (lb/sb). .run/backlog_drafts/func_80136C90.c
645 func_80145CEC None struct None failed 2 residuals — (1) target RELOADS global ptr ((s32 )&D_80126B78) before each of its 5 field accesses (f28/f18/f1a/f1c/f2c); gcc-2.7.2 CSEs the single pointer load in every clean-C form I tried (int-cast, (s8)/(s32) M2C_FIELD, struct*), keeping ONE load. volatile forces reloads but hoists them + leaves delay-slot nops the target fills (target is NOT volatile). (2) frame 0x20 not 0x18: target reserves an unused 8-byte stack local @0x10 (address-taken local — reproduced, but every code-free escape optimizes away and a visible escape corrupts the ((int (*)(void))func_80145EE8)(0) arg). Structure/order/values/callees all match; only the alias-driven reload chain + the phantom frame local remain. Family exemplar (~130 overlays). .run/backlog_drafts/func_80145CEC.c
646 func_8017E7B4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E7B4.c
647 func_8012E778 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8012E778.c
648 func_8014CBE8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8014CBE8.c
649 func_80183D68 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183D68.c
650 func_8017EDA4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017EDA4.c
651 func_800CBBDC None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_800CBBDC.c
652 func_800CB840 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_800CB840.c
653 func_801F0210 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801F0210.c
654 func_801F0A9C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801F0A9C.c
655 func_8016AB6C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8016AB6C.c
656 func_8013EE10 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013EE10.c
657 func_8013BC7C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013BC7C.c
658 func_8013B598 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013B598.c
659 func_8013B6A0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013B6A0.c
660 func_8013C08C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8013C08C.c
661 func_8016D1D8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8016D1D8.c
662 func_80183AA0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183AA0.c
663 func_8017BFA0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017BFA0.c
664 func_8018A808 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018A808.c
665 func_80180748 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180748.c
666 func_801809F8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801809F8.c
667 func_80185BA8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80185BA8.c
668 func_80181A64 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181A64.c
669 func_80181FC4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181FC4.c
670 func_8017D994 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017D994.c
671 func_80183280 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183280.c
672 func_801856B4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801856B4.c
673 func_8017E558 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E558.c
674 func_80180AF0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180AF0.c
675 func_8017E1D4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E1D4.c
676 func_801840A0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801840A0.c
677 func_80183EE4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183EE4.c
678 func_80185A64 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80185A64.c
679 func_8017DDE0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017DDE0.c
680 func_80183940 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80183940.c
681 func_8018C608 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018C608.c
682 func_80187624 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80187624.c
683 func_801902A8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801902A8.c
684 func_80181918 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181918.c
685 func_8017E7E8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017E7E8.c
686 func_8018471C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018471C.c
687 func_8018046C None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8018046C.c
688 func_8017EA34 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017EA34.c
689 func_8017FA54 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017FA54.c
690 func_801F1AC8 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_801F1AC8.c
691 func_8017D8E0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017D8E0.c
692 func_80187118 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80187118.c
693 func_8017EBC4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_8017EBC4.c
694 func_80180FE0 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80180FE0.c
695 func_80181170 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80181170.c
696 func_80182DB4 None None failed won't compile standalone (loose-typing / missing decl) .run/backlog_drafts/func_80182DB4.c