Skip to content
  • Jakob Stoklund Olesen's avatar
    Basic rematerialization during splitting. · 6ee7d9aa
    Jakob Stoklund Olesen authored
    Whenever splitting wants to insert a copy, it checks if the value can be
    rematerialized cheaply instead.
    
    Missing features:
    - Delete instructions when all uses have been rematerialized.
    - Truncate live ranges to the remaining uses after rematerialization.
    
    llvm-svn: 118702
    6ee7d9aa
Loading