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

Skip to content
  • yb9976's avatar
    Fixed local optimization. · ebb21655
    yb9976 authored
    The transformation (a << c1) | c2 => (a | (c2 >> c1)) << c1
    is only valid if the lower bits of c2 are clean.
    
    This fixes opt/pr37102.c.
    ebb21655