milestone-z-rc-burnin
Execute Milestone Z release-candidate burn-in work for issue
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Execute Milestone Z release-candidate burn-in work for issue
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
Implement issue
| name | milestone-z-rc-burnin |
| description | Execute Milestone Z release-candidate burn-in work for issue |
Use this skill for the remaining production-readiness roadmap work in Milestone Z (#385) and parent roadmap #93.
Do not use this skill for unrelated feature work or broad refactors.
Fuzzing (LLVM-Stress + CSmith) with the required CSmith count.fuzz-differential.Sanitizer and UB hardening.For docs-only Z tooling changes:
bash -n scripts/rc_evidence_bundle.sh
bash -n scripts/release_candidate_protocol.sh
scripts/release_candidate_protocol.sh
git diff --check
For parser/fuzz fixes, at minimum run:
cargo test -p llvm-in-rust-ir-parser --test negative_inputs
cargo fmt --check -p llvm-in-rust-ir-parser
cargo clippy -p llvm-in-rust-ir-parser -- -D warnings
cargo +nightly fuzz run parser <raw-or-minimized-reproducer> -- -runs=1
If the fix touches shared crates, broaden to the relevant crate tests and workspace tests before review.