phase29ao(p16): use block_params for pattern5 exit join
This commit is contained in:
@ -7,6 +7,7 @@ Goal: JoinIR の最小回帰セットを SSOT として固定する。
|
||||
- Pattern2: `phase29ab_pattern2_*`
|
||||
- Pattern2 (real-world): `phase263_pattern2_*`
|
||||
- Pattern3 (If‑Phi, VM): `phase118_pattern3_if_sum_vm`
|
||||
- Pattern5 (Break, VM): `phase286_pattern5_break_vm`
|
||||
- Pattern6: `phase29ab_pattern6_*`
|
||||
- Pattern7: `phase29ab_pattern7_*`
|
||||
- Merge/Phi代表: `apps/tests/phase1883_nested_minimal.hako`(RC=9)
|
||||
|
||||
@ -98,7 +98,11 @@ Gate(SSOT):
|
||||
- 指示書: `docs/development/current/main/phases/phase-29ao/P15-REGRESSION-PACK-INCLUDE-PATTERN3-INSTRUCTIONS.md`
|
||||
- ねらい: P13 の実経路(Pattern3 If‑Phi)が回帰ゲート(phase29ae pack)で必ず実行されるようにする
|
||||
|
||||
## P16: ValueJoin exit の実使用(Pattern5 Infinite Early-Exit の after join を block_params 化)✅
|
||||
|
||||
- 指示書: `docs/development/current/main/phases/phase-29ao/P16-VALUEJOIN-REAL-USAGE-PATTERN5-EXITJOIN-INSTRUCTIONS.md`
|
||||
- ねらい: after join の 1 PHI を `Frag.block_params + EdgeArgs` で表現し、exit join の経路を 1 件固定
|
||||
|
||||
## Next(planned)
|
||||
|
||||
- P16: ValueJoin exit の実使用(Pattern5 Infinite Early-Exit の after join を block_params 化)
|
||||
- 指示書: `docs/development/current/main/phases/phase-29ao/P16-VALUEJOIN-REAL-USAGE-PATTERN5-EXITJOIN-INSTRUCTIONS.md`
|
||||
- P17: TBD
|
||||
|
||||
Reference in New Issue
Block a user