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.