Skip to content
  • Cameron Zwarich's avatar
    Change LoopInstSimplify back to a LoopPass. It revisits subloops rather than · 4c51d122
    Cameron Zwarich authored
    skipping them, but it should probably use a worklist and only revisit those
    instructions in subloops that have actually changed. It should probably also
    use a worklist after the first iteration like instsimplify now does. Regardless,
    it's only 0.3% of opt -O2 time on 403.gcc if it replaces the instcombine placed
    in the middle of the loop passes.
    
    llvm-svn: 122868
    4c51d122
Loading