ssa-transformation-library
SolidSSA-form transformations and optimizations for compiler development
Code & Development 814 stars
53 forks Updated today MIT
Install
Quality Score: 93/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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
Details
- Author
- a5c-ai
- Repository
- a5c-ai/babysitter
- Created
- 4 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Related Skills
Code & Development Featured
clean-code
This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean."
38,979 Updated today
sickn33 Code & Development Featured
code-reviewer
Elite code review expert specializing in modern AI-powered code
38,979 Updated today
sickn33 Code & Development Featured
django-perf-review
Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems.
38,979 Updated today
sickn33