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 変換
This commit is contained in:
nyash-codex
2025-11-23 05:53:27 +09:00
parent 9a5cec394c
commit 8750186e55
41 changed files with 157 additions and 220 deletions

View File

@ -8,7 +8,7 @@ Reason:
Where to look now:
- Current builder: `src/mir/builder/` and `src/mir/builder.rs`
- MIR cleanup plan/spec: `docs/development/roadmap/phases/phase-11.8_mir_cleanup/{PLAN.md,TECHNICAL_SPEC.md}`
- 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.