SSA/IR Design Skill Overview Expert skill for designing intermediate representations and implementing SSA (Static Single Assignment) construction. Capabilities - Design control flow graph (CFG) structures - Implement dominance tree computation - Implement SSA construction algorithms (Cytron et al.) - Design phi function placement and pruning - Implement SSA destruction for register allocation - Design sea-of-nodes IR representations - Implement basic block reordering - Design IR verification passes Target Processes - ir-design.js - code-generation-llvm.js - jit-compiler-development.js - seman…