HOME | DEUTSCH | IMPRESSUM | KIT

Journal Article: Minimal Static Single Assignment Form

[wagner17afp]Maximilian Wagner, Denis Lohner, Minimal Static Single Assignment Form, Archive of Formal Proofs, January 2017. Formal proof development

Abstract

This formalization is an extension to "Verified Construction of Static Single Assignment Form". In their work, the authors have shown that Braun et al.'s static single assignment (SSA) construction algorithm produces minimal SSA form for input programs with a reducible control flow graph (CFG). However Braun et al. also proposed an extension to their algorithm that they claim produces minimal SSA form even for irreducible CFGs. In this formalization we support that claim by giving a mechanized proof. As the extension of Braun et al.'s algorithm aims for removing so-called redundant strongly connected components of phi functions, we show that this suffices to guarantee minimality according to Cytron et al.

Download

  [Link]

BibTeX

Authors at the institute

Former Staff Member
Dipl.-Inform. Denis Lohner
M.Sc. Maximilian Wagner

Projects

Project
InvasIC
libFirm
Quis-Custodiet
Verified Construction of Static Single Assignment Form