Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Andreas Zwinkau's avatar
    Improve cfopt · 5ea61f31
    Andreas Zwinkau authored
    The part, which does not handle Phis is now recomputing block info,
    because converting Cond -> Jmp, might make this info obsolete.
    
    Additionally, it can now remove empty Jmp blocks with more than one
    control flow predecessor, provided the origin block has no Phis.
    
    Now cfopt should now be idempotent
    (at least the part not handling Phis).
    5ea61f31