Skip to content

portal-co/codegen-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

codegen-utils

Description

A workspace defining traits and implementations for SSA (Static Single Assignment) form, CFG (Control Flow Graph) analysis, and code generation utilities.

Goals

  • Define SSA/CFG traits
  • Implement SSA translation and relooping algorithms
  • Support various intermediate representations

Progress

  • Extensive set of crates defined (ssa-traits, ssa-reloop, cfg-traits)

AI assisted