[LLVMbugs] [Bug 817] [scev trip-count computation] performance regression on nested-loop

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Nov 30 22:30:55 PST 2007


http://llvm.org/bugs/show_bug.cgi?id=817


Nick Lewycky <nicholas at mxc.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #13 from Nick Lewycky <nicholas at mxc.ca>  2007-12-01 00:30:54 ---
As filed, nothing. The run-time performance regression on nested-loop has been
fixed.

The bug transmuted a bit, and the patch affects entirely different code than
the change from PR1614. PR1614 removed extra work from HowManyLessThans while
this patch changes ComputeIterationCount so that it will use HowManyLessThans
more often, instead of falling back to exhaustive computation.

I'm going to close this bug and not refile it, given that we don't have a code
example that would necessitate modifying ComputeIterationCount this way.


*** This bug has been marked as a duplicate of bug 1614 ***


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list