tomoaki
1b7fd7a0ff
refactor(plan): Phase 273 P3+ - Legacy code removal
Phase 273 P3+ 完成: レガシーコード削除 + 未使用 import 整理
Removed Legacy Items:
1. emit_scan_with_init_edgecfg() - Pattern6 固有の emission 関数
- File deleted: src/mir/builder/emission/loop_scan_with_init.rs (~144 lines)
- Replaced by: generalized Frag API (Phase 273 P2)
2. CoreCarrierInfo struct - Legacy carrier representation
- Removed from: src/mir/builder/control_flow/plan/mod.rs (~15 lines)
- Replaced by: CorePhiInfo (generalized PHI representation)
3. verify_carrier() function - CoreCarrierInfo validator
- Removed from: src/mir/builder/control_flow/plan/verifier.rs (~15 lines)
- Replaced by: generalized PHI verification (V7-V9)
Code Cleanup:
- cargo fix applied: unused imports removed (~30 files)
- Verifier invariants updated: V1→V2-V9 (carrier→PHI model)
- Module declaration cleanup in emission/mod.rs
Impact:
- Total lines removed: ~174 lines (net reduction)
- Pattern-agnostic architecture strengthened
- All legacy Pattern6 references eliminated
Tests:
- ✅ VM tests PASS (phase254/256/258)
- ✅ LLVM tests PASS (phase256/258)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-23 00:11:20 +09:00
..
2025-12-23 00:11:20 +09:00
2025-12-21 09:39:20 +09:00
2025-11-21 06:25:17 +09:00
2025-12-08 23:43:26 +09:00
2025-12-21 04:34:22 +09:00
2025-11-30 04:35:40 +09:00
2025-12-23 00:11:20 +09:00
2025-12-23 00:11:20 +09:00
2025-12-11 20:54:33 +09:00
2025-12-20 11:01:48 +09:00
2025-12-21 11:49:03 +09:00
2025-11-30 14:30:28 +09:00
2025-12-21 05:47:37 +09:00
2025-12-21 04:34:22 +09:00
2025-12-22 14:48:37 +09:00
2025-12-16 07:02:14 +09:00
2025-12-21 04:34:22 +09:00
2025-12-22 15:34:03 +09:00
2025-12-21 04:34:22 +09:00
2025-12-23 00:11:20 +09:00
2025-11-21 06:25:17 +09:00
2025-12-21 09:39:20 +09:00
2025-12-13 05:34:56 +09:00
2025-12-21 04:34:22 +09:00
2025-12-07 23:45:55 +09:00
2025-12-21 12:49:53 +09:00
2025-12-03 13:59:06 +09:00
2025-12-21 04:34:22 +09:00
2025-12-21 04:34:22 +09:00
2025-12-15 22:03:34 +09:00
2025-09-17 07:43:07 +09:00
2025-12-21 04:34:22 +09:00
2025-12-05 15:45:42 +09:00
2025-12-16 07:02:14 +09:00
2025-12-21 04:34:22 +09:00
2025-11-24 14:17:02 +09:00
2025-12-22 15:34:03 +09:00
2025-11-24 14:17:02 +09:00
2025-09-17 07:43:07 +09:00
2025-12-21 04:34:22 +09:00
2025-12-21 04:34:22 +09:00
2025-12-05 19:39:54 +09:00
2025-12-20 03:20:55 +09:00
2025-09-24 09:30:42 +09:00
2025-11-24 15:02:51 +09:00
2025-11-21 06:25:17 +09:00
2025-11-17 09:45:03 +09:00
2025-11-24 15:02:51 +09:00
2025-11-21 06:25:17 +09:00
2025-12-20 23:30:27 +09:00