tomoaki
d0527bcc2a
feat(joinir): Phase 188.3-P3.3 - Pattern6 continuation generation + Call callee fix
Phase 3-3 完了: 4関数モデル JoinIR 生成
- nested_loop_minimal.rs (337行, 新規): 4関数モデル実装
- main(): エントリーポイント
- loop_step(i, sum): outer loop header
- inner_step(j, i_outer, sum): inner loop (tail recursion)
- k_inner_exit(i, sum): outer continuation after inner loop
- k_exit(sum): 最終 exit
- pattern6_nested_minimal.rs: lowering pipeline 実装
- boundary 構築 (continuation_func_ids 設定)
- JoinIRConversionPipeline 呼び出し
- instruction_rewriter.rs: latch incoming 拡張
- continuation→header 呼び出し対応
Call callee 修正:
- call_generator.rs: callee フィールドを Callee::Global に設定
- joinir_block_converter.rs: emit_call_pair 使用に統一
smoke test 追加:
- phase1883_nested_minimal_vm.sh (integration)
既知の問題 (次タスク):
- ValueId(104) undefined: PHI/merge 問題
- JoinIR 関数パラメータの MIR マッピングが不完全
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-27 06:51:43 +09:00
..
2025-12-25 07:48:18 +09:00
2025-12-27 02:07:10 +09:00
2025-12-25 12:25:31 +09:00
2025-12-25 12:25:31 +09:00
2025-12-25 09:33:12 +09:00
2025-12-27 05:45:12 +09:00
2025-12-25 09:07:11 +09:00
2025-12-27 06:51:43 +09:00
2025-12-22 15:08:50 +09:00
2025-12-25 12:25:31 +09:00
2025-12-26 17:31:19 +09:00
2025-12-25 12:25:31 +09:00
2025-12-25 12:23:48 +09:00
2025-12-27 05:45:12 +09:00
2025-12-25 09:07:11 +09:00
2025-12-25 12:25:31 +09:00
2025-12-04 06:31:18 +09:00
2025-12-27 05:45:12 +09:00