[LLVMbugs] [Bug 6352] New: Valgrind reporting leak in ARM backend and other code.

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Fri Feb 19 06:42:05 PST 2010


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

           Summary: Valgrind reporting leak in ARM backend and other code.
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: mwb.cde at googlemail.com
                CC: llvmbugs at cs.uiuc.edu


Created an attachment (id=4255)
 --> (http://llvm.org/bugs/attachment.cgi?id=4255)
Valgrind log

Valgrind is reporting memory leaks, some of which are triggered by the
ARM backend. One of the leaks is due to frame indexes being lost, but
the code suggests that these should be managed by the LLVM
infrastructure.

Test case: llvm/test/CodeGen/ARM/2009-02-27-SpillerBug.ll
Run
 valgrind --leak-check=full bin/llc -regalloc=local -march=arm
2009-02-27-SpillerBug.ll

Log file is attached.


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