agentsclimarketplace

Ssa transformation library

Skill a5c-ai/babysitter/library/specializations/domains/science/computer-science/skills/ssa-transformation-library

SSA-form transformations and optimizations for compiler developmentFrom its SKILL.md

Install
npx -y skills add a5c-ai/babysitter --skill ssa-transformation-library

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

SKILL.md

1.3 KB, 152 tokens by cl100k_base, as published. Nobody here has run it

SSA Transformation Library

Purpose

Provides expert guidance on SSA (Static Single Assignment) form transformations for compiler optimization.

Capabilities

  • SSA construction (dominance-based)
  • Phi node insertion and elimination
  • SSA-based optimization templates
  • Dominance tree computation
  • Use-def chain analysis
  • SSA destruction for code generation

Usage Guidelines

  1. CFG Analysis: Analyze control flow graph
  2. Dominance: Compute dominance frontiers
  3. SSA Construction: Insert phi nodes and rename variables
  4. Optimization: Apply SSA-based optimizations
  5. Destruction: Convert back for code generation

Tools/Libraries

  • LLVM IR
  • GCC GIMPLE
  • SSA libraries

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,059. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.