Skip to content
Commit 4c51d122 authored by Cameron Zwarich's avatar Cameron Zwarich
Browse files

Change LoopInstSimplify back to a LoopPass. It revisits subloops rather than

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
parent 78edf99f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment