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

Skip to content
  • Andreas Fried's avatar
    Add an optimization for Load-after-CopyB. · 165b6713
    Andreas Fried authored
    If a Load reads from a location written to by a previous CopyB, we can use the
    equivalent memory location in the CopyB's source buffer for further
    optimizations (e.g. Load-after-Store).
    
    In addition, if said CopyB source buffer is constant (e.g. an initializer),
    we may directly replace the Load's pointer value with the equivalent memory
    location in the initializer.
    165b6713