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

Skip to content
  • Matthias Braun's avatar
    scalar_replace: simplify odd is_address_taken() logic · 2cdc854a
    Matthias Braun authored
    - is_address_taken() according to its own logic was only valid when
      called with a Sel node
    - Tuples where skipped although irg_properties ensured no tuples in the
      graph anyway.
    - Call and default case could be merged.
    - Id case would have failed if taken (is_address_taken called with Id
      instead of Sel)
    2cdc854a