ipa-optimizer
النجوم١٢
التفرعات١
آخر تحديث٦ مارس ٢٠٢٦ في ٢٣:٣٦
Implement issue
التثبيت
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
مستكشف الملفات
4 ملفاتSKILL.md
readonlyالقائمة
Implement issue
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Execute Milestone Z release-candidate burn-in work for issue
Implement Milestone I sub-issues — floating-point arithmetic lowering (SSE2/NEON/RV F+D extensions, FP register class, FP calling convention) and non-promotable memory (stack frame, SP-relative alloca/load/store, non-constant GEP) across all backends.
Implement issue
Implement issue
Implement issue
Implement and verify issue
| name | ipa-optimizer |
| description | Implement issue |
Use this skill to execute issue #87 with analysis-first, regression-safe steps.
CallGraph in llvm-analysis (direct/indirect/external edges + SCCs).direct, indirect, external) for downstream decisions.Run at minimum:
cargo +stable test -p llvm-analysis
cargo +stable test -p llvm-transforms
cargo +stable test
If benchmark environment is constrained, capture instruction-count deltas as deterministic proxy.
cargo +stable test) unless blocked.gh pr review --comment or gh pr comment) summarizing findings and fixes.references/issue-87-plan.md for acceptance checklist.scripts/callgraph_audit.sh to inspect call instructions and edge coverage quickly.