milestone-z-rc-burnin
Execute Milestone Z release-candidate burn-in work for issue
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Execute Milestone Z release-candidate burn-in work for issue
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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.