Files
hakorune/docs/archive/code/MIR_BUILDER_MODULARIZED.md
nyash-codex 8750186e55 chore: Phase 26-H セッション完了 - 全ドキュメント更新
Phase 26-H 完了内容:
 JoinIR 型定義実装(src/mir/join_ir.rs)
 MIR → JoinIR 自動変換実装(lower_min_loop_to_joinir)
 自動変換テスト実装(mir_joinir_min_auto_lowering)
 PHI/Loop箱 → JoinIR 移行対応表追加(loopform_ssot.md)

ドキュメント更新:
- Phase 27 JoinIR タスク計画追加
- Phase 26-H タスク完了記録
- 各種 README 更新(進捗反映)
- CURRENT_TASK.md 更新

コミット統計: $(git status --short | wc -l) files changed

次のステップ: Phase 27 一般化 MIR → JoinIR 変換
2025-11-23 05:53:27 +09:00

15 lines
678 B
Markdown

# MIR Builder (modularized) — Archived
Status: Archived. The optional feature `mir_modular_builder` and the module `src/mir/builder_modularized/*` have been removed.
Reason:
- The active MIR builder lives under `src/mir/builder/` and `src/mir/builder.rs`.
- CI and default builds never enabled the modular builder feature; it diverged from the main path.
Where to look now:
- Current builder: `src/mir/builder/` and `src/mir/builder.rs`
- MIR cleanup plan/spec: `docs/private/roadmap2/phases/phase-11.8_mir_cleanup/{PLAN.md,TECHNICAL_SPEC.md}`
Notes:
- Any historical design details can be recovered from git history. This page exists as a breadcrumb for past references.