[LLVMbugs] [Bug 10185] New: Allow metadata for -profile-estimator

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Jun 23 18:44:17 PDT 2011


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

           Summary: Allow metadata for -profile-estimator
           Product: new-bugs
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: new-feature
          Severity: enhancement
          Priority: P
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: AAkN7YjW at mailinator.com
                CC: llvmbugs at cs.uiuc.edu


I propose a new feature allowing you to attach metadata to instructions that
affects the profile estimation.

!loopweight to set the loop weight parameter for individual loops.

!adjustexecutioncount to adjust the execution count manually.

!adjustedgeweight to adjust edge weights.

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