Skip to content
  • Evan Cheng's avatar
    Teach machine sink to · e53ab6df
    Evan Cheng authored
    1) Do forward copy propagation. This makes it easier to estimate the cost of the
       instruction being sunk.
    2) Break critical edges on demand, including cases where the value is used by
       PHI nodes.
    Critical edge splitting is not yet enabled by default.
    
    llvm-svn: 114227
    e53ab6df
Loading