docs(phase-286): P2.2 完了 + P2.3 準備中の進捗記載
更新内容: - Phase 286 README に P2.2 ✅ COMPLETE セクション追加 - extractor helper化(extract_loop_increment_plan 統一)の内容 - router helper化(lower_via_plan() 追加)の内容 - 削減行数(~65行)と検証結果(quick 154 PASS, PoC 両方 PASS) - 10-Now.md の Current Focus を Phase 286 P2.3 に更新 - P2/P2.1/P2.2 の完了を時系列記載 - Pattern9 (AccumConstLoop) を次の PoC 対象に決定 - CURRENT_TASK.md の Handoff(現状)を更新 - P2.2 COMPLETE の記載(hygiene 内容 + 成果) - P2.3 準備中(Pattern9 PoC 準備)の1段落を追加 - pattern2-deferred.md 新規作成 - Pattern2 の複雑性(break値再接続)を説明 - 再開条件(after_bb PHI + compose::loop_ + Break wiring)を明文化 - Phase 286 P2.2 として後続タスク化 関連 issues: Phase 286 JoinIR Line Absorption 🤖 Generated with Claude Code Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@ -0,0 +1,27 @@
|
||||
# Pattern2 (Loop with Break) - Deferred to Future Phase
|
||||
|
||||
**Date**: 2025-12-26
|
||||
**Status**: Investigation complete, implementation deferred
|
||||
|
||||
## Summary
|
||||
|
||||
Pattern2 requires complex value reconnection at the exit point:
|
||||
- break経路ではcarrier更新が実行されない
|
||||
- after_bbにPHI必要(header経路 vs break経路の値選択)
|
||||
- compose::loop_との統合、ExitKind::Break配線が必要
|
||||
|
||||
Pattern4 (Loop with Continue) PoC成功後の別タスクとして実装予定。
|
||||
|
||||
## 再開条件
|
||||
|
||||
以下が揃った時に **Phase 286 P2.3** として Pattern2 Plan化を再開:
|
||||
1. after_bb PHI 生成ロジックの設計完了
|
||||
2. compose::loop_ との統合方針決定
|
||||
3. ExitKind::Break wiring の実装
|
||||
|
||||
→ 条件が揃ったら Phase 286 P2.3 にエスカレート
|
||||
|
||||
## Reference
|
||||
|
||||
- [joinir-architecture-overview.md](../../joinir-architecture-overview.md) - Pattern2の制約記載
|
||||
- [Phase 286 README](./README.md) - Phase全体の進捗
|
||||
Reference in New Issue
Block a user