[LLVMbugs] [Bug 9398] New: 10% of llc compile time is spent in Value::getNumUses

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Mar 3 18:08:39 PST 2011


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

           Summary: 10% of llc compile time is spent in Value::getNumUses
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: stoklund at 2pi.dk
                CC: llvmbugs at cs.uiuc.edu


When running llc on 403.gcc, 10% of total code generation time is spent in
Value::getNumUses().

It is being called from CodeGenPrepare::OptimizeMemoryInst().

I think we need to tweak that algorithm.

-- 
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