[LLVMbugs] [Bug 2641] New: bugpoint could trap function parameters

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Aug 5 13:00:33 PDT 2008


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

           Summary: bugpoint could trap function parameters
           Product: tools
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: bugpoint
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: nlewycky at google.com
                CC: llvmbugs at cs.uiuc.edu


When analyzing a miscompile, Bugpoint could try instrumenting the function to
keep track of the arguments received before running the rest of the function.
Alternately, it could do this at the call site.

It should then use that info to construct a simpler testcase than the usual
"bugpoint-tooptimize.bc" which is the entire other half of the program.


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