Bugzilla – Bug 404
[loopsimplify] Loop simplify is really slow on 252.eon
Last modified: 2004-07-15 03:24:32
You need to log in before you can comment on or make changes to this bug.
I don't know what is going on, but -loopsimplify is taking most of the compilation time for 252.eon. This is silly, it shouldn't do that. :) This is a tracking bug. -Chris
Note to self: N^2 algorithms are bad: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040712/016028.html This speeds up gccas on eon from 85s to 42s in a debug build. -Chris
Okay, that patch was broken and has been reverted. Here is a real fix: http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20040712/016033.html -Chris
Yippee! SetVector got used! :) Reid.
SetVector rocks!