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

Skip to content
  • Andreas Zwinkau's avatar
    API Change: Use graph state instead of parameter · 52e71647
    Andreas Zwinkau authored
    The lowering phase had a lower_bitfield parameter.
    Instead of passing "true", the (e.g. EDG) frontends now must
    set_irg_state(irg, IR_GRAPH_STATE_IMPLICIT_BITFIELD_MASKING).
    
    This is necessary, because not only the lowering phase is affected.
    Additionally, the load store optimisation should handle Sels differently.
    52e71647