Skip to content
  • Evan Cheng's avatar
    Teach branch folding pass about implicit_def instructions. Unfortunately we... · 9d339849
    Evan Cheng authored
    Teach branch folding pass about implicit_def instructions. Unfortunately we can't just eliminate them since register scavenger expects every register use to be defined. However, we can delete them when there are no intra-block uses.  Carefully removing some implicit def's which enable more blocks to be optimized away.
    
    llvm-svn: 49461
    9d339849
Loading